Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3676 BranchProbability BIFalseProb = BITrueProb.getCompl(); in foldTwoEntryPHINode() local
3679 DomBI->getSuccessor(0) == BB ? BITrueProb : BIFalseProb; in foldTwoEntryPHINode()
3683 if (BITrueProb >= Likely || BIFalseProb >= Likely) in foldTwoEntryPHINode()