LLVM: lib/CodeGen/TargetSchedule.cpp File Reference (original) (raw)

Go to the source code of this file.

Functions
static unsigned capLatency (int Cycles)
static unsigned findDefIdx (const MachineInstr *MI, unsigned DefOperIdx)
Find the def index of this operand.
static unsigned findUseIdx (const MachineInstr *MI, unsigned UseOperIdx)
Find the use index of this operand.
Variables
static cl::opt< bool > ForceEnableIntervals ("sched-model-force-enable-intervals", cl::Hidden, cl::init(false), cl::desc("Force the use of resource intervals in the schedule model"))

capLatency()

unsigned capLatency ( int Cycles) static

findDefIdx()

findUseIdx()

ForceEnableIntervals

cl::opt< bool > ForceEnableIntervals("sched-model-force-enable-intervals", cl::Hidden, cl::init(false), cl::desc("Force the use of resource intervals in the schedule model")) ( "sched-model-force-enable-intervals" , cl::Hidden , cl::init(false) , cl::desc("Force the use of resource intervals in the schedule model") ) static