Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp222 unsigned LatencyOp = 0; in getDepth() local
236 LatencyOp = TSchedModel.computeOperandLatency(DefInstr, DefIdx, in getDepth()
245 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()
254 IDepth = std::max(IDepth, DepthOp + LatencyOp); in getDepth()
286 unsigned LatencyOp = 0; in getLatency() local
288 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()
294 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()
296 NewRootLatency = std::max(NewRootLatency, LatencyOp); in getLatency()