Searched refs:POld (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/CodeGen/
H A DRegisterPressure.cpp630 unsigned POld = OldPressureVec[i]; local
632 int PDiff = (int)PNew - (int)POld;
640 if (Limit > POld) {
647 PDiff = Limit - POld; // Just obeyed limit.
673 unsigned POld = OldMaxPressureVec[i]; local
675 if (PNew == POld) // No change in this set in the common case.
694 Delta.CurrentMax.setUnitInc(PNew - POld);
838 unsigned POld = CurrSetPressure[PSetID]; local
842 unsigned PNew = POld + PDiffI->getUnitInc();
843 assert((PDiffI->getUnitInc() >= 0) == (PNew >= POld)
[all...]

Completed in 269 milliseconds