Searched refs:getUnitInc (Results 1 – 6 of 6) sorted by relevance
489 << P.getUnitInc() << " "; in traceCandidate()562 return (isBotUp ? P.getUnitInc() : -P.getUnitInc()); in pressureChange()667 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost()669 ResCount -= (Delta.CriticalMax.getUnitInc()*PriorityOne); in SchedulingCost()672 ResCount -= (Delta.CurrentMax.getUnitInc()*PriorityTwo); in SchedulingCost()677 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()678 Delta.CurrentMax.getUnitInc())) in SchedulingCost()681 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()682 << Delta.CriticalMax.getUnitInc() << "/" in SchedulingCost()683 << Delta.CurrentMax.getUnitInc() << ")|"; in SchedulingCost()
132 << " " << Change.getUnitInc(); in dump()140 dbgs() << "[" << getPSetOrMax() << ", " << getUnitInc() << "]\n"; in dump()691 unsigned NewUnitInc = I->getUnitInc() + Weight; in addPressureChange()1017 int PDiff = (int)PNew - (int)CriticalPSets[CritIdx].getUnitInc(); in computeMaxPressureDelta()1109 assert(Delta.CriticalMax.getUnitInc() >= 0 && in getMaxUpwardPressureDelta()1110 Delta.CurrentMax.getUnitInc() >= 0 && "cannot decrease max pressure"); in getMaxUpwardPressureDelta()1129 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()1132 << " " << Delta.CriticalMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()1135 << " " << Delta.CurrentMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()1138 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()[all …]
1081 if ((int)NewMaxPressure[ID] > RegionCriticalPSets[CritIdx].getUnitInc() in updateScheduledPressure()2632 << ":" << P.getUnitInc() << " "; in traceCandidate()2872 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()2886 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()2897 if (TryP.getUnitInc() < 0) in tryPressure()2984 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
1618 << ":" << RPDelta.Excess.getUnitInc()); in registerPressureFilter()
246 if (TopCand.Reason == RegExcess && TopCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()248 } else if (BotCand.Reason == RegExcess && BotCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()250 } else if (TopCand.Reason == RegCritical && TopCand.RPDelta.CriticalMax.getUnitInc() <= 0) { in pickNodeBidirectional()252 } else if (BotCand.Reason == RegCritical && BotCand.RPDelta.CriticalMax.getUnitInc() <= 0) { in pickNodeBidirectional()
125 int getUnitInc() const { return UnitInc; } in getUnitInc() function