Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineCombiner.cpp182 unsigned IDepth = 0; in getDepth() local
213 IDepth = std::max(IDepth, DepthOp + LatencyOp); in getDepth()
215 InstrDepth.push_back(IDepth); in getDepth()