Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h256 int pressureChange(const SUnit *SU, bool isBotUp);
DHexagonMachineScheduler.cpp553 int ConvergingVLIWScheduler::pressureChange(const SUnit *SU, bool isBotUp) { in pressureChange() argument
562 return (isBotUp ? P.getUnitInc() : -P.getUnitInc()); in pressureChange()