Home
last modified time | relevance | path

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