Lines Matching refs:bb4
186 basic_block bb, bb2, bb3, bb4; in tree_divmod_fixed_value() local
234 bb4 = e34->dest; in tree_divmod_fixed_value()
235 bb4->count = all; in tree_divmod_fixed_value()
248 e24 = make_edge (bb2, bb4, EDGE_FALLTHRU); in tree_divmod_fixed_value()
349 basic_block bb, bb2, bb3, bb4; in tree_mod_pow2() local
401 bb4 = e34->dest; in tree_mod_pow2()
402 bb4->count = all; in tree_mod_pow2()
415 e24 = make_edge (bb2, bb4, EDGE_FALLTHRU); in tree_mod_pow2()
513 basic_block bb, bb2, bb3, bb4; in tree_mod_subtract() local
577 bb4 = e34->dest; in tree_mod_subtract()
578 bb4->count = all; in tree_mod_subtract()
585 e14 = make_edge (bb, bb4, EDGE_TRUE_VALUE); in tree_mod_subtract()
596 e24 = make_edge (bb2, bb4, EDGE_TRUE_VALUE); in tree_mod_subtract()