Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h256 int pressureChange(const SUnit *SU, bool isBotUp);
H A DHexagonMachineScheduler.cpp552 int ConvergingVLIWScheduler::pressureChange(const SUnit *SU, bool isBotUp) { in pressureChange() argument
561 return (isBotUp ? P.getUnitInc() : -P.getUnitInc()); in pressureChange()