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

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

Completed in 1009 milliseconds