LLVM 22.0.0git
SystemZHazardRecognizer.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "machine-scheduler"

Functions

static bool isBranchRetTrap (MachineInstr *MI)

Variables

static cl::opt< int > ProcResCostLim ("procres-cost-lim", cl::Hidden, cl::desc("The OOO window for processor " "resources during scheduling."), cl::init(8))

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "machine-scheduler"

Definition at line 35 of file SystemZHazardRecognizer.cpp.

Function Documentation

◆ isBranchRetTrap()

bool isBranchRetTrap ( MachineInstr * MI)
inlinestatic

Definition at line 263 of file SystemZHazardRecognizer.cpp.

References MI.

Referenced by llvm::SystemZHazardRecognizer::emitInstruction().

Variable Documentation

◆ ProcResCostLim

cl::opt< int > ProcResCostLim("procres-cost-lim", cl::Hidden, cl::desc("The OOO window for processor " "resources during scheduling."), cl::init(8)) ( "procres-cost-lim" ,
cl::Hidden ,
cl::desc("The OOO window for processor " "resources during scheduling.") ,
cl::init(8)  )
static