Searched refs:Delta2 (Results 1 – 1 of 1) sorted by relevance
785 RegPressureDelta Delta2; in getMaxUpwardPressureDelta() local786 getUpwardPressureDelta(MI, *PDiff, Delta2, CriticalPSets, MaxPressureLimit); in getMaxUpwardPressureDelta()787 if (Delta != Delta2) { in getMaxUpwardPressureDelta()798 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()799 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta()800 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()801 if (Delta2.CriticalMax.isValid()) in getMaxUpwardPressureDelta()802 dbgs() << "Critic2 " << TRI->getRegPressureSetName(Delta2.CriticalMax.getPSet()) in getMaxUpwardPressureDelta()803 << " " << Delta2.CriticalMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()804 if (Delta2.CurrentMax.isValid()) in getMaxUpwardPressureDelta()[all …]