LLVM 19.0.0git
Macros | Functions | Variables
SystemZHazardRecognizer.cpp File Reference
#include "SystemZHazardRecognizer.h"
#include "llvm/ADT/Statistic.h"

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()

static bool isBranchRetTrap ( MachineInstr MI)
inlinestatic

Definition at line 264 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