Lines Matching refs:induction_phi
8115 gphi *induction_phi;
8409 induction_phi = create_phi_node (vec_dest, iv_loop->header);
8410 induc_def = PHI_RESULT (induction_phi);
8423 add_phi_arg (induction_phi, vec_def, loop_latch_edge (iv_loop),
8440 add_phi_arg (induction_phi, vec_init, pe, UNKNOWN_LOCATION);
8442 SLP_TREE_VEC_STMTS (slp_node).quick_push (induction_phi);
8661 induction_phi = create_phi_node (vec_dest, iv_loop->header);
8662 induc_def = PHI_RESULT (induction_phi);
8673 add_phi_arg (induction_phi, vec_init, pe, UNKNOWN_LOCATION);
8674 add_phi_arg (induction_phi, vec_def, loop_latch_edge (iv_loop),
8677 STMT_VINFO_VEC_STMTS (stmt_info).safe_push (induction_phi);
8678 *vec_stmt = induction_phi;
8734 induction_phi, SSA_NAME_DEF_STMT (vec_def));