Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1339 bool DidChange = false; in splitLocation() local
1370 DidChange = true; in splitLocation()
1429 return DidChange; in splitLocation()
1435 bool DidChange = false; in splitRegister() local
1443 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
1445 return DidChange; in splitRegister()
1492 bool DidChange = false; in splitRegister() local
1494 DidChange |= UV->splitRegister(OldReg, NewRegs, *LIS); in splitRegister()
1496 if (!DidChange) in splitRegister()
H A DBranchFolding.cpp1624 bool DidChange = false; in OptimizeBlock() local
1633 DidChange = true; in OptimizeBlock()
1665 if (DidChange) { in OptimizeBlock()