Lines Matching refs:label_bb
1329 basic_block label_bb = label_to_block (cfun, lab);
1330 edge this_edge = find_edge (e->src, label_bb);
1353 basic_block label_bb = gimple_switch_label_bb (cfun, entry, i);
1354 make_edge (bb, label_bb, 0);
1397 basic_block label_bb = label_to_block (cfun, dest);
1398 edge e = make_edge (bb, label_bb, EDGE_FALLTHRU);
1419 basic_block label_bb = label_to_block (cfun, label);
1420 make_edge (bb, label_bb, 0);
5785 basic_block label_bb = gimple_switch_label_bb (cfun, switch_stmt, i);
5786 gcc_assert (!label_bb->aux || label_bb->aux == (void *)1);
5787 label_bb->aux = (void *)1;
5840 basic_block label_bb = gimple_switch_label_bb (cfun,
5843 if (label_bb->aux != (void *)2)
5845 error ("missing edge %i->%i", bb->index, label_bb->index);