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