LLVM 20.0.0git
|
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)) |
#define DEBUG_TYPE "machine-scheduler" |
Definition at line 35 of file SystemZHazardRecognizer.cpp.
|
inlinestatic |
Definition at line 264 of file SystemZHazardRecognizer.cpp.
References MI.
Referenced by llvm::SystemZHazardRecognizer::emitInstruction().
|
static |
Referenced by llvm::SystemZHazardRecognizer::EmitInstruction().