Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp778 bool DidChange = false; in splitLocation() local
808 DidChange = true; in splitLocation()
867 return DidChange; in splitLocation()
873 bool DidChange = false; in splitRegister() local
881 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
883 return DidChange; in splitRegister()
887 bool DidChange = false; in splitRegister() local
889 DidChange |= UV->splitRegister(OldReg, NewRegs, *LIS); in splitRegister()
891 if (!DidChange) in splitRegister()
DBranchFolding.cpp1455 bool DidChange = false; in OptimizeBlock() local
1464 DidChange = true; in OptimizeBlock()
1488 if (DidChange) { in OptimizeBlock()