Searched refs:BestDepth (Results 1 – 2 of 2) sorted by relevance
349 unsigned BestDepth = 0; in pickTracePred() local358 if (!Best || Depth < BestDepth) { in pickTracePred()360 BestDepth = Depth; in pickTracePred()
916 unsigned BestDepth = std::numeric_limits<unsigned>::max(); in findShallowDominator() local940 if (Depth < BestDepth) { in findShallowDominator()942 BestDepth = Depth; in findShallowDominator()