Searched refs:BestDepth (Results 1 – 2 of 2) sorted by relevance
335 unsigned BestDepth = 0; in pickTracePred() local344 if (!Best || Depth < BestDepth) { in pickTracePred()346 BestDepth = Depth; in pickTracePred()
909 unsigned BestDepth = std::numeric_limits<unsigned>::max(); in findShallowDominator() local933 if (Depth < BestDepth) { in findShallowDominator()935 BestDepth = Depth; in findShallowDominator()