Searched refs:phi_res (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c3927 tree phi_res = copy_ssa_name (vdef); local
3928 gphi *new_phi = create_phi_node (phi_res, bb3);
3929 replace_uses_by (vdef, phi_res);
H A Dtree-vect-stmts.c4340 tree phi_res = copy_ssa_name (op); local
4341 gphi *new_phi = create_phi_node (phi_res, loop->header);
4356 = gimple_build_assign (phi_arg, code, phi_res, tcst);
4362 arginfo[i].op = phi_res;
4363 vargs.safe_push (phi_res);
H A Dtree-vect-loop.c5612 tree phi_res = PHI_RESULT (USE_STMT (use_p)); local
5614 FOR_EACH_IMM_USE_FAST (phi_use_p, phi_imm_iter, phi_res)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc3931 tree phi_res = copy_ssa_name (vdef); local
3932 gphi *new_phi = create_phi_node (phi_res, bb3);
3933 replace_uses_by (vdef, phi_res);
H A Dtree-vect-stmts.cc4439 tree phi_res = copy_ssa_name (op); local
4440 gphi *new_phi = create_phi_node (phi_res, loop->header);
4454 = gimple_build_assign (phi_arg, code, phi_res, tcst);
4459 arginfo[i].op = phi_res;
4460 vargs.safe_push (phi_res);
H A Dtree-vect-loop.cc6144 tree phi_res = PHI_RESULT (USE_STMT (use_p)); local
6146 FOR_EACH_IMM_USE_FAST (phi_use_p, phi_imm_iter, phi_res)

Completed in 286 milliseconds