Home | History | Annotate | Download | only in Analysis

Lines Matching full:taken

61 /// \brief Unreachable-terminating branch taken weight.
63 /// This is the weight for a branch being taken to a block that terminates
67 /// \brief Unreachable-terminating branch not-taken weight.
69 /// This is the weight for a branch not being taken toward a block that
71 /// taken. Set the weight to an absurdly high value so that nested loops don't
75 /// \brief Weight for a branch taken going into a cold block.
77 /// This is the weight for a branch taken toward a block marked
83 /// \brief Weight for a branch not-taken into a cold block.
85 /// This is the weight for a branch not taken toward a block marked
98 /// \brief Invoke-terminating normal branch taken weight
105 /// \brief Invoke-terminating normal branch not-taken weight.
108 /// instruction. This is essentially never taken.
151 // as the unwind edge of InvokeInst is also very unlikely taken.
239 /// cold function. Those edges are unlikely to be taken, so we give
331 // as taken, exiting edges as not-taken.