Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp70 double FalseProb = (1.0 - TrueProb) / (BranchCount - 1); in getBranchWeight() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp605 BranchProbability &FalseProb) { in checkMDProf()
642 BranchProbability FalseProb, S &TrueSet, S &FalseSet, in checkBias()
695 BranchProbability TrueProb, FalseProb; in checkBiasedSelect() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp611 BranchProbability &FalseProb) { in checkMDProf()
648 BranchProbability FalseProb, S &TrueSet, S &FalseSet, in checkBias()
701 BranchProbability TrueProb, FalseProb; in checkBiasedSelect() local
/external/llvm-project/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h141 BranchProbability TrueProb, FalseProb; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h136 BranchProbability TrueProb, FalseProb; member
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h243 BranchProbability TrueProb, FalseProb; member