LLVM
8.0.1
|
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 36 of file SystemZHazardRecognizer.cpp.
|
inlinestatic |
Definition at line 265 of file SystemZHazardRecognizer.cpp.
References llvm::SystemZHazardRecognizer::EmitInstruction(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::isBranch(), and llvm::MachineInstr::isReturn().
Referenced by llvm::SystemZHazardRecognizer::emitInstruction().