Searched refs:ORT_TASK (Results 1 – 6 of 6) sorted by relevance
150 ORT_TASK = 0x10, enumerator151 ORT_UNTIED_TASK = ORT_TASK | 1,152 ORT_TASKLOOP = ORT_TASK | 2,462 if ((region_type & ORT_TASK) == 0) in new_omp_context()7504 if (ctx->region_type & ORT_TASK) in omp_default_clause()7540 else if (ctx->region_type & ORT_TASK) in omp_default_clause()7563 gcc_assert ((ctx->region_type & ORT_TASK) != 0); in omp_default_clause()9082 if ((octx->region_type & ORT_TASK) != 0 in omp_lastprivate_for_combined_outer_constructs()9449 && (octx->region_type & ORT_TASK) != 0 in gimplify_scan_omp_clauses()11812 || (ctx->region_type & ORT_TASKLOOP) == ORT_TASK in gimplify_adjust_omp_clauses()[all …]
145 ORT_TASK = 0x10, enumerator146 ORT_UNTIED_TASK = ORT_TASK | 1,147 ORT_TASKLOOP = ORT_TASK | 2,455 if ((region_type & ORT_TASK) == 0) in new_omp_context()3291 if ((ctx->region_type & (ORT_TARGET | ORT_PARALLEL | ORT_TASK)) != 0) in maybe_fold_stmt()7201 else if (ctx->region_type & ORT_TASK) in omp_default_clause()7224 gcc_assert ((ctx->region_type & ORT_TASK) != 0); in omp_default_clause()8491 && (outer_ctx->region_type & ORT_TASK) != 0 in gimplify_scan_omp_clauses()8732 && (octx->region_type & ORT_TASK) != 0 in gimplify_scan_omp_clauses()10189 if ((octx->region_type & (ORT_PARALLEL | ORT_TASK | ORT_TEAMS)) != 0) in gimplify_adjust_omp_clauses()[all …]
31678 change value of ORT_TASK.31679 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.31683 enclosing parallel. Handle ORT_UNTIED_TASK like ORT_TASK.31684 (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
5321 ORT_UNTIED_TASKLOOP instead of ORT_TASK or ORT_UNTIED_TASK. Adjust
23977 or ORT_TASK contexts.