Home | History | Annotate | Download | only in Analysis

Lines Matching full:probability

1 //===--- BranchProbabilityInfo.h - Branch Probability Analysis --*- C++ -*-===//
29 /// \brief Analysis providing branch probability information.
34 /// probability of an edge from one block is always relative to the
65 /// \brief Get an edge's probability, relative to other out-edges of the Src.
67 /// This routine provides access to the fractional probability between zero
69 /// leaving the 'Src' block. The returned probability is never zero, and can
74 /// \brief Get the probability of going from Src to Dst.
86 /// as having a relative probability >= 80%.
95 /// \brief Print an edge's probability.
97 /// Retrieves an edge's probability similarly to \see getEdgeProbability, but
98 /// then prints that probability to the provided stream. That stream is then
103 /// \brief Set the raw edge probability for the given edge.
105 /// This allows a pass to explicitly set the edge probability for an edge. It
107 /// probability information. Read the implementation of how these edge