OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bb_for_succs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
graphite-scop-detection.cc
1478
basic_block
bb_for_succs
= bb;
local
1479
if (
bb_for_succs
==
bb_for_succs
->loop_father->latch
1480
&& bb_in_sese_p (
bb_for_succs
, scop->scop_info->region)
1481
&& sese_trivially_empty_bb_p (
bb_for_succs
))
1482
bb_for_succs
= NULL;
1483
while (
bb_for_succs
)
1488
FOR_EACH_EDGE (e, ei,
bb_for_succs
->succs)
1504
&& gimple_bb (SSA_NAME_DEF_STMT (use)) !=
bb_for_succs
1508
if (e->dest ==
bb_for_succs
->loop_father->latc
[
all
...]
graphite-isl-ast-to-gimple.cc
1266
basic_block
bb_for_succs
= bb;
local
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
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
graphite-scop-detection.cc
1342
basic_block
bb_for_succs
= bb;
local
1343
if (
bb_for_succs
==
bb_for_succs
->loop_father->latch
1344
&& bb_in_sese_p (
bb_for_succs
, scop->scop_info->region)
1345
&& sese_trivially_empty_bb_p (
bb_for_succs
))
1346
bb_for_succs
= NULL;
1347
while (
bb_for_succs
)
1352
FOR_EACH_EDGE (e, ei,
bb_for_succs
->succs)
1368
&& gimple_bb (SSA_NAME_DEF_STMT (use)) !=
bb_for_succs
1372
if (e->dest ==
bb_for_succs
->loop_father->latc
[
all
...]
graphite-isl-ast-to-gimple.cc
1266
basic_block
bb_for_succs
= bb;
local
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
[
all
...]
Completed in 91 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026