Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3180 BranchProbability BBProb = MBPI->getEdgeProbability(Pred, BB); in isBestSuccessor() local
3181 if (BBProb <= BestProb) in isBestSuccessor()
3187 BlockFrequency Gain = PredFreq * (BBProb - BestProb); in isBestSuccessor()