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 766 bool DidChange = false;
796 DidChange = true;
855 return DidChange;
860 bool DidChange = false;
868 DidChange |= splitLocation(LocNo, NewRegs);
870 return DidChange;
874 bool DidChange = false;
876 DidChange |= UV->splitRegister(OldReg, NewRegs);
878 if (!DidChange)
    [all...]
BranchFolding.cpp     [all...]

Completed in 245 milliseconds