Home
last modified time | relevance | path

Searched refs:DidChange (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveDebugVariables.cpp796 bool DidChange = false; in splitLocation() local
826 DidChange = true; in splitLocation()
885 return DidChange; in splitLocation()
891 bool DidChange = false; in splitRegister() local
899 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
901 return DidChange; in splitRegister()
905 bool DidChange = false; in splitRegister() local
907 DidChange |= UV->splitRegister(OldReg, NewRegs, *LIS); in splitRegister()
909 if (!DidChange) in splitRegister()
HDBranchFolding.cpp1416 bool DidChange = false; in OptimizeBlock() local
1425 DidChange = true; in OptimizeBlock()
1449 if (DidChange) { in OptimizeBlock()