OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gang_single_seq
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc
1267
gimple_seq
gang_single_seq
= NULL;
local
1268
/* Flag recording whether the
gang_single_seq
only contains copies to
1309
if (
gang_single_seq
!= NULL && !only_simple_assignments)
1312
= make_region_seq (loc,
gang_single_seq
,
1319
else if (
gang_single_seq
!= NULL && only_simple_assignments)
1327
gimple_seq_add_stmt (&
gang_single_seq
, stmt);
1328
stmt = gimple_build_bind (NULL,
gang_single_seq
,
1331
gang_single_seq
= NULL;
1358
gimple_seq_add_stmt (&
gang_single_seq
, stmt);
1375
if (region_body == NULL &&
gang_single_seq
== NULL
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc
1266
gimple_seq
gang_single_seq
= NULL;
local
1267
/* Flag recording whether the
gang_single_seq
only contains copies to
1308
if (
gang_single_seq
!= NULL && !only_simple_assignments)
1311
= make_region_seq (loc,
gang_single_seq
,
1318
else if (
gang_single_seq
!= NULL && only_simple_assignments)
1326
gimple_seq_add_stmt (&
gang_single_seq
, stmt);
1327
stmt = gimple_build_bind (NULL,
gang_single_seq
,
1330
gang_single_seq
= NULL;
1357
gimple_seq_add_stmt (&
gang_single_seq
, stmt);
1374
if (region_body == NULL &&
gang_single_seq
== NULL
[
all
...]
Completed in 47 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026