OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loop_clause
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc
385
loop's own
LOOP_CLAUSE
('gang (num: N)' or similar for 'worker' or 'vector'
387
nor
LOOP_CLAUSE
exist. Returns the new clauses. */
390
add_parent_or_loop_num_clause (tree parent_clause, tree
loop_clause
,
399
else if (
loop_clause
!= NULL)
404
tree num = OMP_CLAUSE_OPERAND (
loop_clause
, 0);
406
= build_omp_clause (OMP_CLAUSE_LOCATION (
loop_clause
), clause_code);
441
tree
loop_clause
= loop_clauses;
local
442
for (;
loop_clause
;
loop_clause
= OMP_CLAUSE_CHAIN (
loop_clause
))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc
384
loop's own
LOOP_CLAUSE
('gang (num: N)' or similar for 'worker' or 'vector'
386
nor
LOOP_CLAUSE
exist. Returns the new clauses. */
389
add_parent_or_loop_num_clause (tree parent_clause, tree
loop_clause
,
398
else if (
loop_clause
!= NULL)
403
tree num = OMP_CLAUSE_OPERAND (
loop_clause
, 0);
405
= build_omp_clause (OMP_CLAUSE_LOCATION (
loop_clause
), clause_code);
440
tree
loop_clause
= loop_clauses;
local
441
for (;
loop_clause
;
loop_clause
= OMP_CLAUSE_CHAIN (
loop_clause
))
[
all
...]
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026