Home | History | Annotate | Download | only in gcc

Lines Matching refs:iv_loop

8108   class loop *iv_loop;
8190 iv_loop = loop->inner;
8193 iv_loop = loop;
8194 gcc_assert (iv_loop == (gimple_bb (phi))->loop_father);
8291 pe = loop_preheader_edge (iv_loop);
8409 induction_phi = create_phi_node (vec_dest, iv_loop->header);
8423 add_phi_arg (induction_phi, vec_def, loop_latch_edge (iv_loop),
8536 /* iv_loop is nested in the loop to be vectorized. init_expr had already
8554 new_bb = gsi_insert_on_edge_immediate (loop_preheader_edge (iv_loop),
8561 /* iv_loop is the loop to be vectorized. Create:
8616 /* iv_loop is nested in the loop to be vectorized. Generate:
8621 /* iv_loop is the loop to be vectorized. Generate:
8661 induction_phi = create_phi_node (vec_dest, iv_loop->header);
8674 add_phi_arg (induction_phi, vec_def, loop_latch_edge (iv_loop),