HomeSort by relevance Sort by last modified time
    Searched refs:DidChange (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 748 bool DidChange = false;
778 DidChange = true;
837 return DidChange;
842 bool DidChange = false;
850 DidChange |= splitLocation(LocNo, NewRegs);
852 return DidChange;
856 bool DidChange = false;
858 DidChange |= UV->splitRegister(OldReg, NewRegs);
860 if (!DidChange)
    [all...]
BranchFolding.cpp     [all...]

Completed in 227 milliseconds