Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp878 unsigned MinCrit = std::min(TBBTrace.getCriticalPath(), in shouldConvertIf() local
895 << ", minimal critical path " << MinCrit << '\n'); in shouldConvertIf()
896 if (ResLength > MinCrit + CritLimit) { in shouldConvertIf()
904 << Cycles{"MinCrit", MinCrit} << ") by more than the threshold of " in shouldConvertIf()