Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.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()
DBranchFolding.cpp1443 bool DidChange = false; in OptimizeBlock() local
1452 DidChange = true; in OptimizeBlock()
1476 if (DidChange) { in OptimizeBlock()