Searched refs:BestDepth (Results 1 – 2 of 2) sorted by relevance
363 unsigned BestDepth = 0; in pickTracePred() local372 if (!Best || Depth < BestDepth) { in pickTracePred()374 BestDepth = Depth; in pickTracePred()
952 unsigned BestDepth = std::numeric_limits<unsigned>::max(); in findShallowDominator() local976 if (Depth < BestDepth) { in findShallowDominator()978 BestDepth = Depth; in findShallowDominator()