HomeSort by: relevance | last modified time | path
    Searched refs:update_phi (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 242 /* Change E's phi arg in UPDATE_PHI to NEW_DEF, and record information
248 adjust_phi_and_debug_stmts (gimple *update_phi, edge e, tree new_def)
250 tree orig_def = PHI_ARG_DEF_FROM_EDGE (update_phi, e);
252 SET_PHI_ARG_DEF (update_phi, e->dest_idx, new_def);
255 adjust_debug_stmts (orig_def, PHI_RESULT (update_phi),
256 gimple_bb (update_phi));
2209 gphi *update_phi = gsi_update.phi (); local
2213 gphi *vect_phi = (loop == first) ? orig_phi : update_phi;
2225 adjust_phi_and_debug_stmts (update_phi, second_preheader_e, arg);
2314 gphi *update_phi = gsi_update.phi () local
2402 gphi *update_phi = gsi.phi (); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 245 /* Change E's phi arg in UPDATE_PHI to NEW_DEF, and record information
251 adjust_phi_and_debug_stmts (gimple *update_phi, edge e, tree new_def)
253 tree orig_def = PHI_ARG_DEF_FROM_EDGE (update_phi, e);
258 SET_PHI_ARG_DEF (update_phi, e->dest_idx, new_def);
261 adjust_debug_stmts (orig_def, PHI_RESULT (update_phi),
262 gimple_bb (update_phi));
2982 gphi *update_phi = gsi_update.phi ();
2990 tree merge_arg = PHI_ARG_DEF_FROM_EDGE (update_phi, update_e);
2992 merge_loc = gimple_phi_arg_location_from_edge (update_phi, update_e);
2997 /* Update phi in UPDATE_PHI. *
    [all...]

Completed in 18 milliseconds