Searched refs:lower_omp_task_reductions (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-low.cc | 8565 static void lower_omp_task_reductions (omp_context *, enum tree_code, tree, 8600 lower_omp_task_reductions (ctx, OMP_SECTIONS, in lower_omp_sections() 8910 lower_omp_task_reductions (ctx, OMP_SCOPE, in lower_omp_scope() 9066 lower_omp_task_reductions (omp_context *ctx, enum tree_code code, tree clauses, in lower_omp_task_reductions() function 9672 lower_omp_task_reductions (ctx, OMP_TASKGROUP, in lower_omp_taskgroup() 11753 lower_omp_task_reductions (ctx, OMP_FOR, in lower_omp_for() 12508 lower_omp_task_reductions (ctx, is_task_ctx (ctx) ? OMP_TASKLOOP in lower_omp_taskreg()
|
H A D | ChangeLog-2021 | 16736 (lower_omp_task_reductions): Handle OMP_SCOPE. 26857 * omp-low.c (lower_omp_task_reductions): For OMP_TASKLOOP, if data
|
H A D | ChangeLog-2018 | 64 * omp-low.c (lower_omp_task_reductions): Set DECL_CONTEXT on field 5455 lower_omp_task_reductions): New functions.
|
H A D | ChangeLog-2019 | 34408 * omp-low.c (lower_omp_task_reductions): Drop redundant test to avoid
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-low.c | 7832 static void lower_omp_task_reductions (omp_context *, enum tree_code, tree, 7867 lower_omp_task_reductions (ctx, OMP_SECTIONS, in lower_omp_sections() 8231 lower_omp_task_reductions (omp_context *ctx, enum tree_code code, tree clauses, in lower_omp_task_reductions() function 8828 lower_omp_task_reductions (ctx, OMP_TASKGROUP, in lower_omp_taskgroup() 10655 lower_omp_task_reductions (ctx, OMP_FOR, in lower_omp_for() 11361 lower_omp_task_reductions (ctx, is_task_ctx (ctx) ? OMP_TASKLOOP in lower_omp_taskreg()
|