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

/freebsd-10.3-release/contrib/gcc/
H A Dtree-phinodes.c340 SET_PHI_ARG_DEF (*loc, len - 1, NULL_TREE);
394 SET_PHI_ARG_DEF (phi, e->dest_idx, def);
H A Dtree-vectorizer.c344 SET_PHI_ARG_DEF (phi_orig,
557 SET_PHI_ARG_DEF (update_phi, e->dest_idx, PHI_RESULT (new_phi));
572 SET_PHI_ARG_DEF (update_phi2, new_exit_e->dest_idx, PHI_RESULT (new_phi));
703 SET_PHI_ARG_DEF (update_phi, e->dest_idx, PHI_RESULT (new_phi));
718 SET_PHI_ARG_DEF (update_phi2, new_exit_e->dest_idx, PHI_RESULT (new_phi));
754 SET_PHI_ARG_DEF (update_phi2, guard_edge->dest_idx, PHI_RESULT (new_phi));
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);
H A Dtree-vect-transform.c857 SET_PHI_ARG_DEF (new_phi, loop->single_exit->dest_idx, vect_def);
2569 SET_PHI_ARG_DEF (phi1, update_e->dest_idx, ni_name);
3029 SET_PHI_ARG_DEF (orig_phi, e->dest_idx, PHI_RESULT (new_phi));
H A Dtree-complex.c698 SET_PHI_ARG_DEF (pr, i, comp);
703 SET_PHI_ARG_DEF (pi, i, comp);
H A Dtree-outof-ssa.c2502 SET_PHI_ARG_DEF (phi, i, name);

Completed in 127 milliseconds