Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCombiner.cpp161 DepthOp = BlockTrace.getInstrCycles(*DefInstr).Depth; in getDepth()
255 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen()
DEarlyIfConversion.cpp721 HeadTrace.getInstrCycles(*IfConv.Head->getFirstTerminator()).Depth; in shouldConvertIf()
730 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf()
DMachineTraceMetrics.cpp1153 InstrCycles Cyc = getInstrCycles(MI); in getInstrSlack()
1164 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h279 InstrCycles getInstrCycles(const MachineInstr &MI) const { in getInstrCycles() function
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp847 Trace.getInstrCycles(*CmpConv.Head->getFirstTerminator()).Depth; in shouldConvert()
849 Trace.getInstrCycles(*CmpConv.CmpBB->getFirstTerminator()).Depth; in shouldConvert()