Searched refs:SET_PHI_ARG_DEF (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-phinodes.c | 340 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 D | tree-vectorizer.c | 343 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 D | tree-ssa-operands.h | 145 #define SET_PHI_ARG_DEF(PHI, I, V) \ macro
|
H A D | tree-ssa-uncprop.c | 529 SET_PHI_ARG_DEF (phi, e->dest_idx, equiv); in uncprop_into_successor_phis()
|
H A D | tree-complex.c | 698 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 D | tree-vect-transform.c | 857 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 D | tree-outof-ssa.c | 2502 SET_PHI_ARG_DEF (phi, i, name); in insert_backedge_copies()
|