Lines Matching refs:update_e
1526 - UPDATE_E - a successor edge of LOOP->exit that is on the (only) path
1531 The phi args associated with the edge UPDATE_E in the bb
1532 UPDATE_E->dest are updated accordingly.
1546 path starts with the edge UPDATE_E, and its destination (denoted update_bb)
1552 tree niters, edge update_e)
1556 basic_block update_bb = update_e->dest;
1561 gcc_assert (single_succ_edge (exit_bb) == update_e);
1622 adjust_phi_and_debug_stmts (phi1, update_e, ni_name);
2305 edge update_e = loop_preheader_edge (update_loop);
2322 tree merge_arg = PHI_ARG_DEF_FROM_EDGE (update_phi, update_e);
2324 merge_loc = gimple_phi_arg_location_from_edge (update_phi, update_e);
2330 adjust_phi_and_debug_stmts (update_phi, update_e, new_res);
2747 edge update_e = NULL, skip_e = NULL;
3015 update_e = skip_vector ? e : loop_preheader_edge (epilog);
3017 update_e);
3073 using the update_e edge or the skip_vector basic block using the
3077 gcc_assert (update_e != NULL
3081 update_e->dest);
3093 gsi = gsi_last_bb (update_e->src);
3098 add_phi_arg (new_phi, niters, update_e, UNKNOWN_LOCATION);
3102 epilogue_vinfo->main_loop_edge = update_e;