Searched refs:TrueProb (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 592 static bool checkMDProf(MDNode *MD, BranchProbability &TrueProb, in checkMDProf() argument 610 TrueProb = BranchProbability::getBranchProbability(TrueWt, SumWt); in checkMDProf() 625 static bool checkBias(K *Key, BranchProbability TrueProb, in checkBias() argument 629 if (TrueProb >= Threshold) { in checkBias() 631 BiasMap[Key] = TrueProb; in checkBias() 679 BranchProbability TrueProb, FalseProb; in checkBiasedSelect() local 681 TrueProb, FalseProb)) in checkBiasedSelect() 684 CHR_DEBUG(dbgs() << "TrueProb " << TrueProb << " "); in checkBiasedSelect() 686 return checkBias(SI, TrueProb, FalseProb, in checkBiasedSelect()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 248 BranchProbability TrueProb, FalseProb; member 258 TrueProb(trueprob), FalseProb(falseprob) {} in CC()
|
| H A D | SelectionDAGBuilder.cpp | 2121 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb); in visitSwitchCase()
|