Home
last modified time | relevance | path

Searched refs:cancellable (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dbar.c46 bar->cancellable = false; in gomp_barrier_init()
182 bar->cancellable = false; in gomp_team_barrier_wait_cancel_end()
214 bar->cancellable = true; in gomp_team_barrier_wait_cancel_end()
286 if (team->barrier.cancellable) in gomp_team_barrier_cancel()
296 team->barrier.cancellable = false; in gomp_team_barrier_cancel()
H A Dbar.h47 bool cancellable; member
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Dbar.c46 bar->cancellable = false; in gomp_barrier_init()
182 bar->cancellable = false; in gomp_team_barrier_wait_cancel_end()
214 bar->cancellable = true; in gomp_team_barrier_wait_cancel_end()
286 if (team->barrier.cancellable) in gomp_team_barrier_cancel()
296 team->barrier.cancellable = false; in gomp_team_barrier_cancel()
H A Dbar.h47 bool cancellable; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c152 bool cancellable; member
3033 ctx->cancellable = true; in check_omp_nesting_restrictions()
3044 ctx->cancellable = true; in check_omp_nesting_restrictions()
3068 ctx->cancellable = true; in check_omp_nesting_restrictions()
3081 ctx->outer->cancellable = true; in check_omp_nesting_restrictions()
3135 ctx->cancellable = true; in check_omp_nesting_restrictions()
7794 && outer->cancellable) in maybe_add_implicit_barrier_cancel()
7951 if (ctx->cancellable) in lower_omp_sections()
8237 tree cancellable = NULL_TREE; in lower_omp_task_reductions() local
8245 && outer->cancellable) in lower_omp_task_reductions()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc155 bool cancellable; member
3378 ctx->cancellable = true; in check_omp_nesting_restrictions()
3389 ctx->cancellable = true; in check_omp_nesting_restrictions()
3413 ctx->cancellable = true; in check_omp_nesting_restrictions()
3426 ctx->outer->cancellable = true; in check_omp_nesting_restrictions()
3480 ctx->cancellable = true; in check_omp_nesting_restrictions()
8526 && outer->cancellable) in maybe_add_implicit_barrier_cancel()
8684 if (ctx->cancellable) in lower_omp_sections()
9072 tree cancellable = NULL_TREE; in lower_omp_task_reductions() local
9080 && outer->cancellable) in lower_omp_task_reductions()
[all …]
H A DChangeLog-201315429 * omp-low.c (struct omp_context): Add cancel_label and cancellable
15446 restrictions and set ctx->cancellable for cancellable constructs.
15467 end of cancellable loops.
15475 of cancellable sections.
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog13824 * config/posix/bar.c (gomp_barrier_init): Clear cancellable field.
13839 (gomp_barrier_t): Add cancellable field.
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS2074 also supports cancellable innermost loop distribution with loop
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS3954 also supports cancellable innermost loop distribution with loop