Searched defs:DidChange (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1321 bool DidChange = false; local
1330 DidChange = true;
1354 if (DidChange) {
H A DLiveDebugVariables.cpp744 bool DidChange = false; local
774 DidChange = true;
833 return DidChange;
839 bool DidChange = false; local
847 DidChange |= splitLocation(LocNo, NewRegs, LIS);
849 return DidChange;
853 bool DidChange = false; local
855 DidChange |= UV->splitRegister(OldReg, NewRegs, *LIS);
857 if (!DidChange)

Completed in 94 milliseconds