Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp336 unsigned BestDepth = 0; in pickTracePred() local
345 if (!Best || Depth < BestDepth) { in pickTracePred()
347 BestDepth = Depth; in pickTracePred()
DSplitKit.cpp903 unsigned BestDepth = std::numeric_limits<unsigned>::max(); in findShallowDominator() local
927 if (Depth < BestDepth) { in findShallowDominator()
929 BestDepth = Depth; in findShallowDominator()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp322 unsigned BestDepth = 0; in pickTracePred() local
331 if (!Best || Depth < BestDepth) { in pickTracePred()
333 BestDepth = Depth; in pickTracePred()
DSplitKit.cpp705 unsigned BestDepth = UINT_MAX; in findShallowDominator() local
727 if (Depth < BestDepth) { in findShallowDominator()
729 BestDepth = Depth; in findShallowDominator()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp663 unsigned BestDepth = UINT_MAX; in findShallowDominator() local
685 if (Depth < BestDepth) { in findShallowDominator()
687 BestDepth = Depth; in findShallowDominator()