OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reduction_code
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc
899
enum tree_code
reduction_code
;/* code for the reduction operation. */
member in struct:reduction_info
1299
reduc->
reduction_code
, type);
1850
x = fold_build2 (reduc->
reduction_code
,
3222
enum tree_code
reduction_code
;
local
3230
reduction_code
= gimple_assign_rhs_code (def1);
3233
reduction_code
= gimple_assign_rhs_code (reduc_stmt);
3235
switch (
reduction_code
)
3238
reduction_code
= PLUS_EXPR;
3268
new_reduction->
reduction_code
=
reduction_code
;
[
all
...]
tree-core.h
1665
enum tree_code
reduction_code
;
member in union:omp_clause_subcode
/src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc
899
enum tree_code
reduction_code
;/* code for the reduction operation. */
member in struct:reduction_info
1296
reduc->
reduction_code
, type);
1847
x = fold_build2 (reduc->
reduction_code
,
3220
enum tree_code
reduction_code
;
local
3228
reduction_code
= gimple_assign_rhs_code (def1);
3231
reduction_code
= gimple_assign_rhs_code (reduc_stmt);
3233
switch (
reduction_code
)
3263
new_reduction->
reduction_code
=
reduction_code
;
tree-core.h
1626
enum tree_code
reduction_code
;
member in union:omp_clause_subcode
Completed in 39 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026