Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp909 unsigned BestDepth = std::numeric_limits<unsigned>::max(); in findShallowDominator() local
933 if (Depth < BestDepth) { in findShallowDominator()
935 BestDepth = Depth; in findShallowDominator()