Home
last modified time | relevance | path

Searched refs:is_taskreg_ctx (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-low.cc392 is_taskreg_ctx (omp_context *ctx) in is_taskreg_ctx() function
532 if ((is_taskreg_ctx (up) in use_pointer_for_field()
677 else if (is_taskreg_ctx (ctx)) in build_outer_var_ref()
695 if (outer && is_taskreg_ctx (outer)) in build_outer_var_ref()
948 while (!is_taskreg_ctx (ctx)) in omp_copy_decl()
1198 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
1285 if (is_taskreg_ctx (ctx) in scan_sharing_clauses()
1396 else if (is_taskreg_ctx (ctx)) in scan_sharing_clauses()
1458 gcc_assert (is_taskreg_ctx (ctx)); in scan_sharing_clauses()
5002 if (is_taskreg_ctx (ctx)) in lower_rec_input_clauses()
[all …]
DChangeLog-200817360 Use is_taskreg_ctx instead of is_parallel_ctx.
17415 (is_taskreg_ctx): New function.
17416 (build_outer_var_ref, omp_copy_decl): Use is_taskreg_ctx instead
DChangeLog-20185409 (is_taskreg_ctx): Return true also if is_host_teams_ctx.
DChangeLog-201512429 (is_taskreg_ctx): Use is_parallel_ctx and is_task_ctx.