HomeSort by: relevance | last modified time | path
    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