Searched refs:BestDepth (Results 1 – 2 of 2) sorted by relevance
334 unsigned BestDepth = 0; in pickTracePred() local343 if (!Best || Depth < BestDepth) { in pickTracePred()345 BestDepth = Depth; in pickTracePred()
903 unsigned BestDepth = std::numeric_limits<unsigned>::max(); in findShallowDominator() local927 if (Depth < BestDepth) { in findShallowDominator()929 BestDepth = Depth; in findShallowDominator()