Searched refs:isBotUp (Results 1 – 2 of 2) sorted by relevance
250 int pressureChange(const SUnit *SU, bool isBotUp);
580 int ConvergingVLIWScheduler::pressureChange(const SUnit *SU, bool isBotUp) { in pressureChange() argument589 return (isBotUp ? P.getUnitInc() : -P.getUnitInc()); in pressureChange()