OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scop_end
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
graphite.cc
177
edge
scop_end
= scop->scop_info->region.exit;
local
182
scop_end
->src->index,
scop_end
->dest->index);
graphite-scop-detection.cc
335
/* Add to SCOPS a scop starting at SCOP_BEGIN and ending at
SCOP_END
. */
429
edge
scop_end
= single_exit (loop);
local
430
if (!
scop_end
|| (
scop_end
->flags & (EDGE_COMPLEX|EDGE_FAKE)))
433
return sese_l (scop_begin,
scop_end
);
673
/* Add to SCOPS a scop starting at SCOP_BEGIN and ending at
SCOP_END
. */
/src/external/gpl3/gcc.old/dist/gcc/
graphite.cc
176
edge
scop_end
= scop->scop_info->region.exit;
local
181
scop_end
->src->index,
scop_end
->dest->index);
graphite-scop-detection.cc
325
/* Add to SCOPS a scop starting at SCOP_BEGIN and ending at
SCOP_END
. */
419
edge
scop_end
= single_exit (loop);
local
420
if (!
scop_end
|| (
scop_end
->flags & (EDGE_COMPLEX|EDGE_FAKE)))
423
return sese_l (scop_begin,
scop_end
);
590
/* Add to SCOPS a scop starting at SCOP_BEGIN and ending at
SCOP_END
. */
Completed in 17 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026