Lines Matching refs:outer_loop
3520 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo), *outer_loop = NULL; in vect_create_epilog_for_reduction() local
3558 outer_loop = loop; in vect_create_epilog_for_reduction()
3711 loop = outer_loop; in vect_create_epilog_for_reduction()
4177 if (outer_loop) in vect_create_epilog_for_reduction()
4225 || bb->loop_father != outer_loop) in vect_create_epilog_for_reduction()
4239 loop_vec_info_for_loop (outer_loop), NULL); in vect_create_epilog_for_reduction()
4244 loop_preheader_edge (outer_loop)); in vect_create_epilog_for_reduction()
4252 loop_preheader_edge (outer_loop), in vect_create_epilog_for_reduction()
4255 loop_latch_edge (outer_loop), UNKNOWN_LOCATION); in vect_create_epilog_for_reduction()
4283 loop = outer_loop; in vect_create_epilog_for_reduction()
4417 struct loop * def_stmt_loop, *outer_loop = NULL; in vectorizable_reduction() local
4433 outer_loop = loop; in vectorizable_reduction()
4721 && flow_bb_inside_loop_p (outer_loop, gimple_bb (def_arg_stmt)) in vectorizable_reduction()