Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h250 int pressureChange(const SUnit *SU, bool isBotUp);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp580 int ConvergingVLIWScheduler::pressureChange(const SUnit *SU, bool isBotUp) { in pressureChange() argument
589 return (isBotUp ? P.getUnitInc() : -P.getUnitInc()); in pressureChange()