LLVM  8.0.1
Macros | Functions | Variables
SystemZHazardRecognizer.cpp File Reference
#include "SystemZHazardRecognizer.h"
#include "llvm/ADT/Statistic.h"
Include dependency graph for SystemZHazardRecognizer.cpp:

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 36 of file SystemZHazardRecognizer.cpp.

Function Documentation

◆ isBranchRetTrap()

static bool isBranchRetTrap ( MachineInstr MI)
inlinestatic

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