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 737 bool DidChange = false;
767 DidChange = true;
826 return DidChange;
831 bool DidChange = false;
839 DidChange |= splitLocation(LocNo, NewRegs);
841 return DidChange;
845 bool DidChange = false;
847 DidChange |= UV->splitRegister(OldReg, NewRegs);
849 if (!DidChange)
    [all...]
BranchFolding.cpp     [all...]

Completed in 3581 milliseconds