Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp69 double TrueProb = Confidence->getValueAPF().convertToDouble(); in getBranchWeight() local
136 double TrueProb = Confidence->getValueAPF().convertToDouble(); in handlePhiDef() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp582 BranchProbability &TrueProb, in extractBranchProbabilities()
612 static bool checkBias(K *Key, BranchProbability TrueProb, in checkBias()
665 BranchProbability TrueProb, FalseProb; in checkBiasedSelect() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h141 BranchProbability TrueProb, FalseProb; member