Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp335 unsigned BestDepth = 0; in pickTracePred() local
344 if (!Best || Depth < BestDepth) { in pickTracePred()
346 BestDepth = Depth; in pickTracePred()
H A DSplitKit.cpp904 unsigned BestDepth = std::numeric_limits<unsigned>::max(); in findShallowDominator() local
928 if (Depth < BestDepth) { in findShallowDominator()
930 BestDepth = Depth; in findShallowDominator()