Home | History | Annotate | Download | only in gcc

Lines Matching defs:count_in

548   profile_count count_in = preheader_e->count ();
550 if (count_in > profile_count::zero ()
589 count_in = count_in.apply_scale (iteration_bound, 1);
590 p = count_in.probability_in (loop->header->count);
1124 profile_count count_in = header->count;
1126 profile_count count_out_orig = orig ? orig->count () : count_in - count_le;
1127 profile_probability prob_pass_thru = count_le.probability_in (count_in);
1129 (count_le + count_out_orig).probability_in (count_in);
1169 scale_act = wanted_count.probability_in (count_in);
1174 scale_main = wanted_count.probability_in (count_in);
1186 profile_count scale_main_den = count_in;
1189 scale_main_den += count_in.apply_probability (p);
1192 /* If original loop is executed COUNT_IN times, the unrolled
1194 scale_main = count_in.probability_in (scale_main_den);
1202 scale_act = preheader_count.probability_in (count_in);