Return the pressure-change contribution of scheduling SU.
Declared in <llvm/CodeGen/VLIWMachineScheduler.h>
int
pressureChange(
SUnit const* SU,
bool isBotUp);
The pressure-change contribution of scheduling SU.
| Name | Description |
|---|---|
| SU | Scheduling unit whose pressure impact is evaluated. |
| isBotUp | True when evaluating pressure for bottom-up scheduling. |