Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3268 BranchProbability BBProb = MBPI->getEdgeProbability(Pred, BB); in isBestSuccessor() local
3269 if (BBProb <= BestProb) in isBestSuccessor()
3275 BlockFrequency Gain = PredFreq * (BBProb - BestProb); in isBestSuccessor()