Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp213 unsigned IDepth = 0; in getDepth() local
251 IDepth = std::max(IDepth, DepthOp + LatencyOp); in getDepth()
253 InstrDepth.push_back(IDepth); in getDepth()