Home
last modified time | relevance | path

Searched defs:FalseProb (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp71 double FalseProb = (1.0 - TrueProb) / (BranchCount - 1); in getBranchWeight() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp605 BranchProbability &FalseProb) { in checkMDProf()
642 BranchProbability FalseProb, S &TrueSet, S &FalseSet, in checkBias()
695 BranchProbability TrueProb, FalseProb; in checkBiasedSelect() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h141 BranchProbability TrueProb, FalseProb; member