Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-complex.c1046 basic_block bb_cond, bb_true, bb_false, bb_join; in expand_complex_div_wide() local
1054 bb_cond = bb_true = bb_false = bb_join = NULL; in expand_complex_div_wide()
1065 bb_cond = e->src; in expand_complex_div_wide()
1067 bb_true = create_empty_bb (bb_cond); in expand_complex_div_wide()
1078 make_edge (bb_cond, bb_false, EDGE_FALSE_VALUE); in expand_complex_div_wide()
1086 set_immediate_dominator (CDI_DOMINATORS, bb_true, bb_cond); in expand_complex_div_wide()
1087 set_immediate_dominator (CDI_DOMINATORS, bb_false, bb_cond); in expand_complex_div_wide()