Home
last modified time | relevance | path

Searched refs:SET_PHI_ARG_DEF (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-phinodes.c340 SET_PHI_ARG_DEF (*loc, len - 1, NULL_TREE); in reserve_phi_args_for_new_edge()
394 SET_PHI_ARG_DEF (phi, e->dest_idx, def); in add_phi_arg()
H A Dtree-vectorizer.c343 SET_PHI_ARG_DEF (phi_orig, in slpeel_update_phis_for_duplicate_loop()
556 SET_PHI_ARG_DEF (update_phi, e->dest_idx, PHI_RESULT (new_phi)); in slpeel_update_phi_nodes_for_guard1()
571 SET_PHI_ARG_DEF (update_phi2, new_exit_e->dest_idx, PHI_RESULT (new_phi)); in slpeel_update_phi_nodes_for_guard1()
702 SET_PHI_ARG_DEF (update_phi, e->dest_idx, PHI_RESULT (new_phi)); in slpeel_update_phi_nodes_for_guard2()
717 SET_PHI_ARG_DEF (update_phi2, new_exit_e->dest_idx, PHI_RESULT (new_phi)); in slpeel_update_phi_nodes_for_guard2()
753 SET_PHI_ARG_DEF (update_phi2, guard_edge->dest_idx, PHI_RESULT (new_phi)); in slpeel_update_phi_nodes_for_guard2()
H A Dtree-ssa-operands.h145 #define SET_PHI_ARG_DEF(PHI, I, V) \ macro
H A Dtree-ssa-uncprop.c529 SET_PHI_ARG_DEF (phi, e->dest_idx, equiv); in uncprop_into_successor_phis()
H A Dtree-complex.c698 SET_PHI_ARG_DEF (pr, i, comp); in update_phi_components()
703 SET_PHI_ARG_DEF (pi, i, comp); in update_phi_components()
H A Dtree-vect-transform.c857 SET_PHI_ARG_DEF (new_phi, loop->single_exit->dest_idx, vect_def); in vect_create_epilog_for_reduction()
2569 SET_PHI_ARG_DEF (phi1, update_e->dest_idx, ni_name); in vect_update_ivs_after_vectorizer()
3029 SET_PHI_ARG_DEF (orig_phi, e->dest_idx, PHI_RESULT (new_phi)); in vect_transform_loop()
H A Dtree-outof-ssa.c2502 SET_PHI_ARG_DEF (phi, i, name); in insert_backedge_copies()