llvm::ConvergingVLIWScheduler::pressureChange

Return the pressure-change contribution of scheduling SU.

Synopsis

Declared in <llvm/CodeGen/VLIWMachineScheduler.h>

int
pressureChange(
    SUnit const* SU,
    bool isBotUp);

Return Value

The pressure-change contribution of scheduling SU.

Parameters

NameDescription
SUScheduling unit whose pressure impact is evaluated.
isBotUpTrue when evaluating pressure for bottom-up scheduling.