Searched refs:isBotUp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h255 int pressureChange(const SUnit *SU, bool isBotUp);
H A DHexagonMachineScheduler.cpp553 int ConvergingVLIWScheduler::pressureChange(const SUnit *SU, bool isBotUp) { argument
562 return (isBotUp ? P.getUnitInc() : -P.getUnitInc());

Completed in 66 milliseconds