Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3028 BranchProbability PBITrueProb, Likely; in shouldFoldCondBranchesToCommonDestination() local
3031 PBITrueProb = in shouldFoldCondBranchesToCommonDestination()
3038 if (PBITrueProb.isUnknown() || PBITrueProb < Likely) in shouldFoldCondBranchesToCommonDestination()
3042 if (PBITrueProb.isUnknown() || PBITrueProb.getCompl() < Likely) in shouldFoldCondBranchesToCommonDestination()
3046 if (PBITrueProb.isUnknown() || PBITrueProb < Likely) in shouldFoldCondBranchesToCommonDestination()
3050 if (PBITrueProb.isUnknown() || PBITrueProb.getCompl() < Likely) in shouldFoldCondBranchesToCommonDestination()