Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp334 unsigned BestDepth = 0; in pickTracePred() local
343 if (!Best || Depth < BestDepth) { in pickTracePred()
345 BestDepth = Depth; in pickTracePred()
DSplitKit.cpp903 unsigned BestDepth = std::numeric_limits<unsigned>::max(); in findShallowDominator() local
927 if (Depth < BestDepth) { in findShallowDominator()
929 BestDepth = Depth; in findShallowDominator()