Lines Matching refs:taken
33 HITRATE is the probability that edge predicted by predictor as taken
34 will be really taken (so it should be always above
51 /* Mark unconditional jump as taken. */
65 /* Branch containing goto is probably not taken. */
72 /* Loopback edge is taken. */
76 /* Edge causing loop to terminate is probably not taken. */
102 /* Branch guarding call is probably taken. */
105 /* Branch causing function to terminate is probably not taken. */
109 /* Branch containing goto is probably not taken. */
112 /* Branch ending with return constant is probably not taken. */
115 /* Branch ending with return negative constant is probably not taken. */
118 /* Branch ending with return; is probably not taken */