Home
last modified time | relevance | path

Searched refs:split_bb (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.c1677 basic_block new_bb, split_bb = gsi_bb (*gsip); in hoist_edge_and_branch_if_true() local
1679 edge e_true = make_edge (split_bb, case_bb, EDGE_TRUE_VALUE); in hoist_edge_and_branch_if_true()
1681 gcc_assert (e_true->src == split_bb); in hoist_edge_and_branch_if_true()
1689 e_false = split_block (split_bb, cond_stmt); in hoist_edge_and_branch_if_true()
1691 redirect_edge_pred (e_true, split_bb); in hoist_edge_and_branch_if_true()
H A Dshrink-wrap.c972 basic_block split_bb = split_edge (e); in try_shrink_wrapping() local
973 e = single_succ_edge (split_bb); in try_shrink_wrapping()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.cc1719 basic_block new_bb, split_bb = gsi_bb (*gsip); in hoist_edge_and_branch_if_true() local
1721 edge e_true = make_edge (split_bb, case_bb, EDGE_TRUE_VALUE); in hoist_edge_and_branch_if_true()
1723 gcc_assert (e_true->src == split_bb); in hoist_edge_and_branch_if_true()
1731 e_false = split_block (split_bb, cond_stmt); in hoist_edge_and_branch_if_true()
1733 redirect_edge_pred (e_true, split_bb); in hoist_edge_and_branch_if_true()
H A Dshrink-wrap.cc983 basic_block split_bb = split_edge (e); in try_shrink_wrapping() local
984 e = single_succ_edge (split_bb); in try_shrink_wrapping()