Searched refs:ORT_TASK (Results 1 – 4 of 4) 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()3515 if ((ctx->region_type & (ORT_TARGET | ORT_PARALLEL | ORT_TASK)) != 0) in maybe_fold_stmt()7510 if (ctx->region_type & ORT_TASK) in omp_default_clause()7546 else if (ctx->region_type & ORT_TASK) in omp_default_clause()7569 gcc_assert ((ctx->region_type & ORT_TASK) != 0); in omp_default_clause()9088 if ((octx->region_type & ORT_TASK) != 0 in omp_lastprivate_for_combined_outer_constructs()9455 && (octx->region_type & ORT_TASK) != 0 in gimplify_scan_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.