Home
last modified time | relevance | path

Searched refs:vphi (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-if-conv.c2457 gphi *vphi = get_virtual_phi (loop->header); in combine_blocks() local
2459 if (vphi) in combine_blocks()
2461 last_vdef = gimple_phi_result (vphi); in combine_blocks()
2480 vphi = get_virtual_phi (bb); in combine_blocks()
2481 if (vphi) in combine_blocks()
2486 FOR_EACH_IMM_USE_STMT (use_stmt, iter, gimple_phi_result (vphi)) in combine_blocks()
2491 gsi = gsi_for_stmt (vphi); in combine_blocks()
2538 vphi = get_virtual_phi (exit_bb); in combine_blocks()
2539 if (vphi) in combine_blocks()
2544 FOR_EACH_IMM_USE_STMT (use_stmt, iter, gimple_phi_result (vphi)) in combine_blocks()
[all …]
H A Dtree-ssa-phiopt.c2107 gphi *vphi = NULL; in cond_if_else_store_replacement() local
2112 vphi = si.phi (); in cond_if_else_store_replacement()
2115 if (!vphi) in cond_if_else_store_replacement()
2117 tree then_vdef = PHI_ARG_DEF_FROM_EDGE (vphi, single_succ_edge (then_bb)); in cond_if_else_store_replacement()
2118 tree else_vdef = PHI_ARG_DEF_FROM_EDGE (vphi, single_succ_edge (else_bb)); in cond_if_else_store_replacement()
H A Dtree-eh.c3583 gphi *vphi = NULL; in sink_clobbers() local
3591 vphi = gpi.phi (); in sink_clobbers()
3644 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (vphi, succe), gimple_vuse (stmt)); in sink_clobbers()