Home
last modified time | relevance | path

Searched refs:bb_cond (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-complex.c1269 basic_block bb_cond, bb_true, bb_false, bb_join; in expand_complex_div_wide() local
1279 bb_cond = bb_true = bb_false = bb_join = NULL; in expand_complex_div_wide()
1298 bb_cond = e->src; in expand_complex_div_wide()
1300 bb_true = create_empty_bb (bb_cond); in expand_complex_div_wide()
1303 = bb_cond->count.apply_probability (profile_probability::even ()); in expand_complex_div_wide()
1311 edge e2 = make_edge (bb_cond, bb_false, EDGE_FALSE_VALUE); in expand_complex_div_wide()
1315 add_bb_to_loop (bb_true, bb_cond->loop_father); in expand_complex_div_wide()
1316 add_bb_to_loop (bb_false, bb_cond->loop_father); in expand_complex_div_wide()
1322 set_immediate_dominator (CDI_DOMINATORS, bb_true, bb_cond); in expand_complex_div_wide()
1323 set_immediate_dominator (CDI_DOMINATORS, bb_false, bb_cond); in expand_complex_div_wide()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc1286 basic_block bb_cond, bb_true, bb_false, bb_join; in expand_complex_div_wide() local
1297 bb_cond = bb_true = bb_false = bb_join = NULL; in expand_complex_div_wide()
1312 bb_cond = e->src; in expand_complex_div_wide()
1314 bb_true = create_empty_bb (bb_cond); in expand_complex_div_wide()
1317 = bb_cond->count.apply_probability (profile_probability::even ()); in expand_complex_div_wide()
1325 edge e2 = make_edge (bb_cond, bb_false, EDGE_FALSE_VALUE); in expand_complex_div_wide()
1329 add_bb_to_loop (bb_true, bb_cond->loop_father); in expand_complex_div_wide()
1330 add_bb_to_loop (bb_false, bb_cond->loop_father); in expand_complex_div_wide()
1336 set_immediate_dominator (CDI_DOMINATORS, bb_true, bb_cond); in expand_complex_div_wide()
1337 set_immediate_dominator (CDI_DOMINATORS, bb_false, bb_cond); in expand_complex_div_wide()