Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h297 InstrCycles getInstrCycles(const MachineInstr &MI) const { in getInstrCycles() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp241 DepthOp = BlockTrace.getInstrCycles(*DefInstr).Depth; in getDepth()
378 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen()
H A DEarlyIfConversion.cpp921 HeadTrace.getInstrCycles(*IfConv.Head->getFirstTerminator()).Depth; in shouldConvertIf()
938 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf()
H A DMachineTraceMetrics.cpp1175 InstrCycles Cyc = getInstrCycles(MI); in getInstrSlack()
1186 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp888 Trace.getInstrCycles(*CmpConv.Head->getFirstTerminator()).Depth; in shouldConvert()
890 Trace.getInstrCycles(*CmpConv.CmpBB->getFirstTerminator()).Depth; in shouldConvert()