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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5426 Store them in NEW_PHIS. */
8018 auto_vec<gphi *> new_phis; local
8030 if (!new_phis.exists ())
8032 new_phis.create (vec_oprnds.length ());
8036 new_phis.quick_push (create_phi_node (vec_dest, bb));
8037 SLP_TREE_VEC_STMTS (slp_node).quick_push (new_phis[j]);
8042 add_phi_arg (new_phis[j], vec_oprnds[j], e, UNKNOWN_LOCATION);
8045 gcc_assert (new_phis.exists ());
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6213 Store them in NEW_PHIS. */
9094 auto_vec<gphi *> new_phis; local
9106 if (!new_phis.exists ())
9108 new_phis.create (vec_oprnds.length ());
9112 new_phis.quick_push (create_phi_node (vec_dest, bb));
9113 slp_node->push_vec_def (new_phis[j]);
9118 add_phi_arg (new_phis[j], vec_oprnds[j], e, UNKNOWN_LOCATION);
9121 gcc_assert (new_phis.exists ());

Completed in 40 milliseconds