Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp349 unsigned BestDepth = 0; in pickTracePred() local
358 if (!Best || Depth < BestDepth) { in pickTracePred()
360 BestDepth = Depth; in pickTracePred()
H A DSplitKit.cpp916 unsigned BestDepth = std::numeric_limits<unsigned>::max(); in findShallowDominator() local
940 if (Depth < BestDepth) { in findShallowDominator()
942 BestDepth = Depth; in findShallowDominator()