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 703 bool DidChange = false;
733 DidChange = true;
792 return DidChange;
797 bool DidChange = false;
805 DidChange |= splitLocation(LocNo, NewRegs);
807 return DidChange;
811 bool DidChange = false;
813 DidChange |= UV->splitRegister(OldReg, NewRegs);
815 if (!DidChange)
    [all...]
BranchFolding.cpp     [all...]

Completed in 42 milliseconds