Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h298 InstrCycles getInstrCycles(const MachineInstr &MI) const { in getInstrCycles() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp207 DepthOp = BlockTrace.getInstrCycles(*DefInstr).Depth; in getDepth()
342 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen()
H A DEarlyIfConversion.cpp917 HeadTrace.getInstrCycles(*IfConv.Head->getFirstTerminator()).Depth; in shouldConvertIf()
934 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf()
H A DMachineTraceMetrics.cpp1177 InstrCycles Cyc = getInstrCycles(MI); in getInstrSlack()
1188 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp889 Trace.getInstrCycles(*CmpConv.Head->getFirstTerminator()).Depth; in shouldConvert()
891 Trace.getInstrCycles(*CmpConv.CmpBB->getFirstTerminator()).Depth; in shouldConvert()