Lines Matching refs:new_phi_tree
5354 /* Next create a new phi node vector (NEW_PHI_TREE) which starts
5362 tree new_phi_tree = make_ssa_name (cr_index_vector_type);
5363 new_phi = create_phi_node (new_phi_tree, loop->header);
5371 (NEW_PHI_TREE).
5372 Finally, we update the phi (NEW_PHI_TREE) to take the value of
5379 new_phi_tree = gimple_build (&stmts, VEC_COND_EXPR,
5382 indx_before_incr, new_phi_tree);
5384 new_phi_tree = gimple_build (&stmts, VEC_COND_EXPR,
5387 new_phi_tree, indx_before_incr);
5392 induction_index = new_phi_tree;