Lines Matching defs:bb_for_succs
1266 basic_block bb_for_succs = bb;
1267 if (bb_for_succs == bb_for_succs->loop_father->latch
1268 && bb_in_sese_p (bb_for_succs, region->region)
1269 && sese_trivially_empty_bb_p (bb_for_succs))
1270 bb_for_succs = NULL;
1271 while (bb_for_succs)
1276 FOR_EACH_EDGE (e, ei, bb_for_succs->succs)
1312 if (e->dest == bb_for_succs->loop_father->latch
1317 bb_for_succs = latch;