HomeSort by: relevance | last modified time | path
    Searched defs:update_e (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 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); local
2322 tree merge_arg = PHI_ARG_DEF_FROM_EDGE (update_phi, update_e);
2747 edge update_e = NULL, skip_e = NULL; local
    [all...]

Completed in 26 milliseconds