Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-scop-detection.c1344 basic_block bb_for_succs = bb; in try_generate_gimple_bb() local
1345 if (bb_for_succs == bb_for_succs->loop_father->latch in try_generate_gimple_bb()
1346 && bb_in_sese_p (bb_for_succs, scop->scop_info->region) in try_generate_gimple_bb()
1347 && sese_trivially_empty_bb_p (bb_for_succs)) in try_generate_gimple_bb()
1348 bb_for_succs = NULL; in try_generate_gimple_bb()
1349 while (bb_for_succs) in try_generate_gimple_bb()
1354 FOR_EACH_EDGE (e, ei, bb_for_succs->succs) in try_generate_gimple_bb()
1370 && gimple_bb (SSA_NAME_DEF_STMT (use)) != bb_for_succs in try_generate_gimple_bb()
1374 if (e->dest == bb_for_succs->loop_father->latch in try_generate_gimple_bb()
1383 bb_for_succs = latch; in try_generate_gimple_bb()
H A Dgraphite-isl-ast-to-gimple.c1279 basic_block bb_for_succs = bb; in copy_bb_and_scalar_dependences() local
1280 if (bb_for_succs == bb_for_succs->loop_father->latch in copy_bb_and_scalar_dependences()
1281 && bb_in_sese_p (bb_for_succs, region->region) in copy_bb_and_scalar_dependences()
1282 && sese_trivially_empty_bb_p (bb_for_succs)) in copy_bb_and_scalar_dependences()
1283 bb_for_succs = NULL; in copy_bb_and_scalar_dependences()
1284 while (bb_for_succs) in copy_bb_and_scalar_dependences()
1289 FOR_EACH_EDGE (e, ei, bb_for_succs->succs) in copy_bb_and_scalar_dependences()
1325 if (e->dest == bb_for_succs->loop_father->latch in copy_bb_and_scalar_dependences()
1330 bb_for_succs = latch; in copy_bb_and_scalar_dependences()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-scop-detection.cc1342 basic_block bb_for_succs = bb; in try_generate_gimple_bb() local
1343 if (bb_for_succs == bb_for_succs->loop_father->latch in try_generate_gimple_bb()
1344 && bb_in_sese_p (bb_for_succs, scop->scop_info->region) in try_generate_gimple_bb()
1345 && sese_trivially_empty_bb_p (bb_for_succs)) in try_generate_gimple_bb()
1346 bb_for_succs = NULL; in try_generate_gimple_bb()
1347 while (bb_for_succs) in try_generate_gimple_bb()
1352 FOR_EACH_EDGE (e, ei, bb_for_succs->succs) in try_generate_gimple_bb()
1368 && gimple_bb (SSA_NAME_DEF_STMT (use)) != bb_for_succs in try_generate_gimple_bb()
1372 if (e->dest == bb_for_succs->loop_father->latch in try_generate_gimple_bb()
1381 bb_for_succs = latch; in try_generate_gimple_bb()
H A Dgraphite-isl-ast-to-gimple.cc1266 basic_block bb_for_succs = bb; in copy_bb_and_scalar_dependences() local
1267 if (bb_for_succs == bb_for_succs->loop_father->latch in copy_bb_and_scalar_dependences()
1268 && bb_in_sese_p (bb_for_succs, region->region) in copy_bb_and_scalar_dependences()
1269 && sese_trivially_empty_bb_p (bb_for_succs)) in copy_bb_and_scalar_dependences()
1270 bb_for_succs = NULL; in copy_bb_and_scalar_dependences()
1271 while (bb_for_succs) in copy_bb_and_scalar_dependences()
1276 FOR_EACH_EDGE (e, ei, bb_for_succs->succs) in copy_bb_and_scalar_dependences()
1312 if (e->dest == bb_for_succs->loop_father->latch in copy_bb_and_scalar_dependences()
1317 bb_for_succs = latch; in copy_bb_and_scalar_dependences()