Lines Matching refs:cancellable
152 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()
8247 cancellable = error_mark_node; in lower_omp_task_reductions()
8256 if (cancellable) in lower_omp_task_reductions()
8377 if (cancellable) in lower_omp_task_reductions()
8388 cancellable = c; in lower_omp_task_reductions()
8414 if (cancellable) in lower_omp_task_reductions()
8447 if (cancellable) in lower_omp_task_reductions()
8547 if (cancellable && OMP_CLAUSE_REDUCTION_PLACEHOLDER (c) == NULL_TREE) in lower_omp_task_reductions()
8553 g = gimple_build_cond (NE_EXPR, cancellable, in lower_omp_task_reductions()
8554 build_zero_cst (TREE_TYPE (cancellable)), in lower_omp_task_reductions()
8619 if (cancellable) in lower_omp_task_reductions()
8626 tree zero = build_zero_cst (TREE_TYPE (cancellable)); in lower_omp_task_reductions()
8627 g = gimple_build_cond (NE_EXPR, cancellable, zero, in lower_omp_task_reductions()
8645 if (cancellable) in lower_omp_task_reductions()
8680 if (cancellable) in lower_omp_task_reductions()
8687 tree zero = build_zero_cst (TREE_TYPE (cancellable)); in lower_omp_task_reductions()
8688 g = gimple_build_cond (NE_EXPR, cancellable, zero, in lower_omp_task_reductions()
8728 if (cancellable) in lower_omp_task_reductions()
8784 if (cancellable) in lower_omp_task_reductions()
8788 cancellable)); in lower_omp_task_reductions()
10763 if (ctx->cancellable) in lower_omp_for()
11430 if (ctx->cancellable) in lower_omp_taskreg()
12937 if (ctx->cancellable) in lower_omp_1()
12944 if (ctx->cancellable) in lower_omp_1()
12951 if (ctx->cancellable) in lower_omp_1()
13029 if (!cctx->cancellable) in lower_omp_1()