Searched refs:bb_cond (Results 1 – 1 of 1) sorted by relevance
1046 basic_block bb_cond, bb_true, bb_false, bb_join; in expand_complex_div_wide() local1054 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()