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 744 bool DidChange = false;
774 DidChange = true;
833 return DidChange;
839 bool DidChange = false;
847 DidChange |= splitLocation(LocNo, NewRegs, LIS);
849 return DidChange;
853 bool DidChange = false;
855 DidChange |= UV->splitRegister(OldReg, NewRegs, *LIS);
857 if (!DidChange)
    [all...]
BranchFolding.cpp     [all...]

Completed in 75 milliseconds