Home
last modified time | relevance | path

Searched refs:BestDepth (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp322 unsigned BestDepth = 0; in pickTracePred() local
331 if (!Best || Depth < BestDepth) in pickTracePred()
332 Best = Pred, BestDepth = Depth; in pickTracePred()
DSplitKit.cpp677 unsigned BestDepth = UINT_MAX; in findShallowDominator() local
699 if (Depth < BestDepth) { in findShallowDominator()
701 BestDepth = Depth; in findShallowDominator()