Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1906 auto TopProb = MBPI->getEdgeProbability(Pred, Top); in TopFallThroughFreq() local
1913 if (!LoopBlockSet.count(Succ) && (SuccProb > TopProb) && in TopFallThroughFreq()
2272 auto TopProb = MBPI->getEdgeProbability(Pred, Top); in hasViableTopFallthrough() local
2279 if ((!SuccChain || Succ == *SuccChain->begin()) && SuccProb > TopProb) { in hasViableTopFallthrough()