Home | History | Annotate | Download | only in gcc

Lines Matching refs:exit_e

1742   edge exit_e = vec_init_loop_exit_info (loop);
1743 if (!exit_e)
1760 info->loop_exit = exit_e;
1764 exit_e->src->index, exit_e->dest->index, exit_e->aux);
1886 = vect_get_loop_niters (loop, exit_e, &info->assumptions,
1898 if (exit_e->src == gimple_bb (cond))
11441 scale_profile_for_vect_loop (class loop *loop, edge exit_e, unsigned vf, bool flat)
11474 (exit_e,
11478 else if (exit_e->probability < profile_probability::always () / (vf * 2))
11479 set_edge_probability_and_rescale_others (exit_e, exit_e->probability * vf);