Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2759 BranchProbability BITrueProb = in FoldTwoEntryPHINode() local
2762 BranchProbability BIFalseProb = BITrueProb.getCompl(); in FoldTwoEntryPHINode()
2765 DomBI->getSuccessor(0) == BB ? BITrueProb : BIFalseProb; in FoldTwoEntryPHINode()
2769 if (BITrueProb >= Likely || BIFalseProb >= Likely) in FoldTwoEntryPHINode()