Searched refs:Delta2 (Results 1 – 1 of 1) sorted by relevance
1120 RegPressureDelta Delta2; in getMaxUpwardPressureDelta() local1121 getUpwardPressureDelta(MI, *PDiff, Delta2, CriticalPSets, MaxPressureLimit); in getMaxUpwardPressureDelta()1122 if (Delta != Delta2) { in getMaxUpwardPressureDelta()1135 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()1136 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta()1137 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()1138 if (Delta2.CriticalMax.isValid()) in getMaxUpwardPressureDelta()1140 << " " << Delta2.CriticalMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()1141 if (Delta2.CurrentMax.isValid()) in getMaxUpwardPressureDelta()1142 dbgs() << "CurrMx2 " << TRI->getRegPressureSetName(Delta2.CurrentMax.getPSet()) in getMaxUpwardPressureDelta()[all …]