Home | History | Annotate | Download | only in Target

Lines Matching refs:Probability

319   /// of the specified basic block, where the probability of the instructions
320 /// being executed is given by Probability, and Confidence is a measure
325 const BranchProbability &Probability) const {
332 /// predicates, where the probability of the true path being taken is given
333 /// by Probability, and Confidence is a measure of our confidence that it
340 Probability) const {
347 /// The probability of the instructions being executed is given by
348 /// Probability, and Confidence is a measure of our confidence that it
352 const BranchProbability &Probability) const {