Home
last modified time | relevance | path

Searched refs:outer_reduction_clauses (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c141 tree outer_reduction_clauses; member
2468 if (ctx->outer_reduction_clauses == NULL && ctx->outer != NULL) in scan_omp_for()
2469 ctx->outer_reduction_clauses in scan_omp_for()
2471 ctx->outer->outer_reduction_clauses); in scan_omp_for()
2472 tree outer_reduction_clauses = ctx->outer_reduction_clauses; in scan_omp_for() local
2480 tree ctx_iter = outer_reduction_clauses; in scan_omp_for()
2535 ctx->outer_reduction_clauses in scan_omp_for()
2537 ctx->outer_reduction_clauses); in scan_omp_for()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc144 tree outer_reduction_clauses; member
2789 if (ctx->outer_reduction_clauses == NULL && ctx->outer != NULL) in scan_omp_for()
2790 ctx->outer_reduction_clauses in scan_omp_for()
2792 ctx->outer->outer_reduction_clauses); in scan_omp_for()
2793 tree outer_reduction_clauses = ctx->outer_reduction_clauses; in scan_omp_for() local
2801 tree ctx_iter = outer_reduction_clauses; in scan_omp_for()
2856 ctx->outer_reduction_clauses in scan_omp_for()
2858 ctx->outer_reduction_clauses); in scan_omp_for()
H A DChangeLog-202024966 ctx->outer_reduction_clauses and ctx->local_reduction_clauses.
H A DChangeLog-20196906 local_reduction_clauses, outer_reduction_clauses.