Searched refs:MNew (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterPressure.cpp841 unsigned MNew = MOld; local
846 MNew = PNew;
860 if (MNew == MOld)
867 int CritInc = (int)MNew - (int)CriticalPSets[CritIdx].getUnitInc();
875 if (!Delta.CurrentMax.isValid() && MNew > MaxPressureLimit[PSetID]) {
877 Delta.CurrentMax.setUnitInc(MNew - MOld);

Completed in 102 milliseconds