Home | History | Annotate | Download | only in CodeGen

Lines Matching full:delta2

798   RegPressureDelta Delta2;
799 getUpwardPressureDelta(MI, *PDiff, Delta2, CriticalPSets, MaxPressureLimit);
800 if (Delta != Delta2) {
813 if (Delta2.Excess.isValid())
814 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet())
815 << " " << Delta2.Excess.getUnitInc() << "\n";
816 if (Delta2.CriticalMax.isValid())
817 dbgs() << "Critic2 " << TRI->getRegPressureSetName(Delta2.CriticalMax.getPSet())
818 << " " << Delta2.CriticalMax.getUnitInc() << "\n";
819 if (Delta2.CurrentMax.isValid())
820 dbgs() << "CurrMx2 " << TRI->getRegPressureSetName(Delta2.CurrentMax.getPSet())
821 << " " << Delta2.CurrentMax.getUnitInc() << "\n";