OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ord_stmt
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple.h
5280
/* Return the clauses associated with OMP_ORDERED statement
ORD_STMT
. */
5283
gimple_omp_ordered_clauses (const gomp_ordered *
ord_stmt
)
5285
return
ord_stmt
->clauses;
5290
ORD_STMT
. */
5293
gimple_omp_ordered_clauses_ptr (gomp_ordered *
ord_stmt
)
5295
return &
ord_stmt
->clauses;
5300
ORD_STMT
. */
5303
gimple_omp_ordered_set_clauses (gomp_ordered *
ord_stmt
, tree clauses)
5305
ord_stmt
->clauses = clauses;
5319
ORD_STMT
. *
[
all
...]
omp-low.cc
9652
lower_omp_ordered_clauses (gimple_stmt_iterator *gsi_p, gomp_ordered *
ord_stmt
,
9665
tree *list_p = gimple_omp_ordered_clauses_ptr (
ord_stmt
);
9666
tree c = gimple_omp_ordered_clauses (
ord_stmt
);
9752
list_p = gimple_omp_ordered_clauses_ptr (
ord_stmt
);
9877
OMP_CLAUSE_CHAIN (folded_dep) = gimple_omp_ordered_clauses (
ord_stmt
);
9878
*gimple_omp_ordered_clauses_ptr (
ord_stmt
) = folded_dep;
9885
if (gimple_omp_ordered_clauses (
ord_stmt
) == NULL_TREE)
9897
gomp_ordered *
ord_stmt
= as_a <gomp_ordered *> (stmt);
9900
bool simd = omp_find_clause (gimple_omp_ordered_clauses (
ord_stmt
),
9906
bool threads = omp_find_clause (gimple_omp_ordered_clauses (
ord_stmt
),
[
all
...]
omp-expand.cc
110
gomp_ordered *
ord_stmt
;
member in struct:omp_region
3656
gomp_ordered *
ord_stmt
= inner->
ord_stmt
;
local
3657
gimple_stmt_iterator gsi = gsi_for_stmt (
ord_stmt
);
3658
location_t loc = gimple_location (
ord_stmt
);
3660
for (c = gimple_omp_ordered_clauses (
ord_stmt
);
3666
for (c = gimple_omp_ordered_clauses (
ord_stmt
);
10659
gomp_ordered *
ord_stmt
10661
if (gimple_omp_ordered_standalone_p (
ord_stmt
))
10667
region->
ord_stmt
= ord_stmt
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimple.h
5193
/* Return the clauses associated with OMP_ORDERED statement
ORD_STMT
. */
5196
gimple_omp_ordered_clauses (const gomp_ordered *
ord_stmt
)
5198
return
ord_stmt
->clauses;
5203
ORD_STMT
. */
5206
gimple_omp_ordered_clauses_ptr (gomp_ordered *
ord_stmt
)
5208
return &
ord_stmt
->clauses;
5213
ORD_STMT
. */
5216
gimple_omp_ordered_set_clauses (gomp_ordered *
ord_stmt
, tree clauses)
5218
ord_stmt
->clauses = clauses;
5232
ORD_STMT
. *
[
all
...]
omp-low.cc
9694
lower_omp_ordered_clauses (gimple_stmt_iterator *gsi_p, gomp_ordered *
ord_stmt
,
9707
tree *list_p = gimple_omp_ordered_clauses_ptr (
ord_stmt
);
9708
tree c = gimple_omp_ordered_clauses (
ord_stmt
);
9794
list_p = gimple_omp_ordered_clauses_ptr (
ord_stmt
);
9919
OMP_CLAUSE_CHAIN (folded_dep) = gimple_omp_ordered_clauses (
ord_stmt
);
9920
*gimple_omp_ordered_clauses_ptr (
ord_stmt
) = folded_dep;
9927
if (gimple_omp_ordered_clauses (
ord_stmt
) == NULL_TREE)
9939
gomp_ordered *
ord_stmt
= as_a <gomp_ordered *> (stmt);
9942
bool simd = omp_find_clause (gimple_omp_ordered_clauses (
ord_stmt
),
9948
bool threads = omp_find_clause (gimple_omp_ordered_clauses (
ord_stmt
),
[
all
...]
omp-expand.cc
110
gomp_ordered *
ord_stmt
;
member in struct:omp_region
3572
gomp_ordered *
ord_stmt
= inner->
ord_stmt
;
local
3573
gimple_stmt_iterator gsi = gsi_for_stmt (
ord_stmt
);
3574
location_t loc = gimple_location (
ord_stmt
);
3576
for (c = gimple_omp_ordered_clauses (
ord_stmt
);
3582
for (c = gimple_omp_ordered_clauses (
ord_stmt
);
10352
gomp_ordered *
ord_stmt
10354
if (omp_find_clause (gimple_omp_ordered_clauses (
ord_stmt
),
10361
region->
ord_stmt
= ord_stmt
[
all
...]
Completed in 59 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026