Searched refs:vphi (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-if-conv.cc2726 gphi *vphi = get_virtual_phi (loop->header); local
2728 if (vphi)
2730 last_vdef = gimple_phi_result (vphi);
2749 vphi = get_virtual_phi (bb);
2750 if (vphi)
2756 last_vdef = gimple_phi_arg_def (vphi, 0);
2760 FOR_EACH_IMM_USE_STMT (use_stmt, iter, gimple_phi_result (vphi)) argument
2765 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (gimple_phi_result (vphi)))
2767 gsi = gsi_for_stmt (vphi);
2814 vphi
2825 FOR_EACH_IMM_USE_STMT(use_stmt, iter, gimple_phi_result (vphi)) argument
[all...]
H A Dtree-ssa-dce.cc1756 gphi *vphi = get_virtual_phi (bb); local
1808 if (vphi)
1813 (PHI_ARG_DEF_FROM_EDGE (vphi, args[j].first));
1823 if (vphi)
1831 (vphi, single_succ_edge (forwarder)->dest_idx, def);
H A Dtree-ssa-loop-split.cc754 gphi *vphi = get_virtual_phi (loop->header); local
761 if (vphi == NULL)
769 const tree first = gimple_phi_result (vphi);
770 const tree last = PHI_ARG_DEF_FROM_EDGE (vphi, latch);
H A Dtree-eh.cc3660 gphi *vphi = NULL;
3667 vphi = gpi.phi ();
3724 if (vphi)
3729 tree phi_def = gimple_phi_result (vphi);
3738 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (vphi, succe),
3656 gphi *vphi = NULL; local
H A Dtree-ssa-phiopt.cc3420 gphi *vphi = NULL; local
3425 vphi = si.phi ();
3428 if (!vphi)
3430 tree then_vdef = PHI_ARG_DEF_FROM_EDGE (vphi, single_succ_edge (then_bb));
3431 tree else_vdef = PHI_ARG_DEF_FROM_EDGE (vphi, single_succ_edge (else_bb));
H A Dtree-vect-loop-manip.cc2936 gphi *vphi; local
2937 while (!(vphi = get_virtual_phi (vdef_bb)))
2939 gcc_assert (vop_to_rename != gimple_phi_result (vphi));
2940 set_current_def (vop_to_rename, gimple_phi_result (vphi));
H A Dtree-ssa-loop-im.cc2406 gphi *vphi = get_virtual_phi (bb); local
2407 if (vphi)
2408 vdef = gimple_phi_result (vphi);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-if-conv.c2606 gphi *vphi = get_virtual_phi (loop->header); local
2608 if (vphi)
2610 last_vdef = gimple_phi_result (vphi);
2629 vphi = get_virtual_phi (bb);
2630 if (vphi)
2636 last_vdef = gimple_phi_arg_def (vphi, 0);
2640 FOR_EACH_IMM_USE_STMT (use_stmt, iter, gimple_phi_result (vphi)) argument
2645 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (gimple_phi_result (vphi)))
2647 gsi = gsi_for_stmt (vphi);
2698 vphi
2704 FOR_EACH_IMM_USE_STMT(use_stmt, iter, gimple_phi_result (vphi)) argument
[all...]
H A Dtree-ssa-loop-split.c708 gphi *vphi = get_virtual_phi (loop->header); local
715 if (vphi == NULL)
723 const tree first = gimple_phi_result (vphi);
724 const tree last = PHI_ARG_DEF_FROM_EDGE (vphi, latch);
H A Dtree-ssa-phiopt.c2467 gphi *vphi = NULL; local
2472 vphi = si.phi ();
2475 if (!vphi)
2477 tree then_vdef = PHI_ARG_DEF_FROM_EDGE (vphi, single_succ_edge (then_bb));
2478 tree else_vdef = PHI_ARG_DEF_FROM_EDGE (vphi, single_succ_edge (else_bb));
H A Dtree-vect-loop-manip.c2812 gphi *vphi; local
2813 while (!(vphi = get_virtual_phi (vdef_bb)))
2815 gcc_assert (vop_to_rename != gimple_phi_result (vphi));
2816 set_current_def (vop_to_rename, gimple_phi_result (vphi));
H A Dtree-eh.c3665 gphi *vphi = NULL;
3672 vphi = gpi.phi ();
3729 if (vphi)
3734 tree phi_def = gimple_phi_result (vphi);
3743 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (vphi, succe),
3661 gphi *vphi = NULL; local

Completed in 423 milliseconds