Home
last modified time | relevance | path

Searched refs:pressureChange (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() function in ConvergingVLIWScheduler
676 if (IsAvailableAmt && pressureChange(SU, Q.getID() != TopQID) > 0 && in SchedulingCost()