Home
last modified time | relevance | path

Searched refs:getInstrCycles (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.h245 InstrCycles getInstrCycles(const MachineInstr *MI) const { in getInstrCycles() function
DEarlyIfConversion.cpp711 HeadTrace.getInstrCycles(IfConv.Head->getFirstTerminator()).Depth; in shouldConvertIf()
720 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(PI.PHI).Depth; in shouldConvertIf()
DMachineTraceMetrics.cpp1043 InstrCycles Cyc = getInstrCycles(MI); in getInstrSlack()
1054 unsigned DepCycle = getInstrCycles(Dep.DefMI).Depth; in getPHIDepth()