Searched refs:BestDepth (Results 1 – 5 of 5) sorted by relevance
336 unsigned BestDepth = 0; in pickTracePred() local345 if (!Best || Depth < BestDepth) { in pickTracePred()347 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()
322 unsigned BestDepth = 0; in pickTracePred() local331 if (!Best || Depth < BestDepth) { in pickTracePred()333 BestDepth = Depth; in pickTracePred()
705 unsigned BestDepth = UINT_MAX; in findShallowDominator() local727 if (Depth < BestDepth) { in findShallowDominator()729 BestDepth = Depth; in findShallowDominator()
663 unsigned BestDepth = UINT_MAX; in findShallowDominator() local685 if (Depth < BestDepth) { in findShallowDominator()687 BestDepth = Depth; in findShallowDominator()