Searched refs:BestDepth (Results 1 – 2 of 2) sorted by relevance
322 unsigned BestDepth = 0; in pickTracePred() local333 if (!Best || Depth < BestDepth) in pickTracePred()334 Best = Pred, BestDepth = Depth; in pickTracePred()
674 unsigned BestDepth = UINT_MAX; in findShallowDominator() local696 if (Depth < BestDepth) { in findShallowDominator()698 BestDepth = Depth; in findShallowDominator()