Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c4358 slp_tree phi_node = instance->reduc_phis; in vect_schedule_slp() local
4359 gphi *phi = as_a <gphi *> (SLP_TREE_SCALAR_STMTS (phi_node)[0]->stmt); in vect_schedule_slp()
4361 gcc_assert (SLP_TREE_VEC_STMTS (phi_node).length () in vect_schedule_slp()
4363 for (unsigned j = 0; j < SLP_TREE_VEC_STMTS (phi_node).length (); ++j) in vect_schedule_slp()
4364 add_phi_arg (as_a <gphi *> (SLP_TREE_VEC_STMTS (phi_node)[j]->stmt), in vect_schedule_slp()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc3166 slp_tree *phi_node = bst_map->get (phis); in vect_build_slp_instance() local
3168 SLP_TREE_CHILDREN (*phi_node)[dest_idx] in vect_build_slp_instance() local
7717 slp_tree phi_node; in vect_schedule_scc() local
7718 FOR_EACH_VEC_ELT (phis_to_fixup, i, phi_node) in vect_schedule_scc()
7720 gphi *phi = as_a <gphi *> (SLP_TREE_REPRESENTATIVE (phi_node)->stmt); in vect_schedule_scc()
7726 child = SLP_TREE_CHILDREN (phi_node)[dest_idx]; in vect_schedule_scc()
7730 for (unsigned i = 0; i < SLP_TREE_VEC_STMTS (phi_node).length (); ++i) in vect_schedule_scc()
7731 add_phi_arg (as_a <gphi *> (SLP_TREE_VEC_STMTS (phi_node)[i]), in vect_schedule_scc()
H A DChangeLog.tree-ssa5413 * tree.c (make-phi_node): Do not create new SSA name when operand
6984 (struct phi_node): New field rewritten.
H A DChangeLog-200611204 tree_ssa_name, bitmap_element and phi_node with 4 arguments
H A DChangeLog-200722818 (PHI_CHAIN): Use phi_node's new chain variable.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Drtl.texi4674 Phi nodes are represented as a @code{rtl_ssa::phi_node}.
H A Dgccint.info20206 Phi nodes are represented as a 'rtl_ssa::phi_node'. Each input to a