Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3145 BranchProbability BBProb = MBPI->getEdgeProbability(Pred, BB); in isBestSuccessor() local
3146 if (BBProb <= BestProb) in isBestSuccessor()
3152 BlockFrequency Gain = PredFreq * (BBProb - BestProb); in isBestSuccessor()