Lines Matching refs:child_fn

1253   tree child_fn, old_fn;  in finalize_task_copyfn()  local
1257 child_fn = gimple_omp_task_copy_fn (task_stmt); in finalize_task_copyfn()
1258 if (child_fn == NULL_TREE) in finalize_task_copyfn()
1261 child_cfun = DECL_STRUCT_FUNCTION (child_fn); in finalize_task_copyfn()
1264 DECL_STRUCT_FUNCTION (child_fn)->curr_properties in finalize_task_copyfn()
1269 current_function_decl = child_fn; in finalize_task_copyfn()
1270 bind = gimplify_body (child_fn, false); in finalize_task_copyfn()
1280 gimple_set_body (child_fn, seq); in finalize_task_copyfn()
1284 cgraph_add_new_function (child_fn, false); in finalize_task_copyfn()
3402 tree child_fn, block, t; in expand_omp_taskreg() local
3410 child_fn = gimple_omp_taskreg_child_fn (entry_stmt); in expand_omp_taskreg()
3411 child_cfun = DECL_STRUCT_FUNCTION (child_fn); in expand_omp_taskreg()
3498 arg = DECL_ARGUMENTS (child_fn); in expand_omp_taskreg()
3527 block = DECL_INITIAL (child_fn); in expand_omp_taskreg()
3537 DECL_SAVED_TREE (child_fn) = NULL; in expand_omp_taskreg()
3538 gimple_set_body (child_fn, bb_seq (single_succ (entry_bb))); in expand_omp_taskreg()
3542 for (t = DECL_ARGUMENTS (child_fn); t; t = DECL_CHAIN (t)) in expand_omp_taskreg()
3543 DECL_CONTEXT (t) = child_fn; in expand_omp_taskreg()
3600 DECL_STRUCT_FUNCTION (child_fn)->curr_properties in expand_omp_taskreg()
3602 cgraph_add_new_function (child_fn, true); in expand_omp_taskreg()
3608 current_function_decl = child_fn; in expand_omp_taskreg()
6474 tree child_fn, t, c, src, dst, f, sf, arg, sarg, decl; in create_task_copyfn() local
6482 child_fn = gimple_omp_task_copy_fn (task_stmt); in create_task_copyfn()
6483 child_cfun = DECL_STRUCT_FUNCTION (child_fn); in create_task_copyfn()
6485 DECL_SAVED_TREE (child_fn) = alloc_stmt_list (); in create_task_copyfn()
6488 for (t = DECL_ARGUMENTS (child_fn); t; t = DECL_CHAIN (t)) in create_task_copyfn()
6489 DECL_CONTEXT (t) = child_fn; in create_task_copyfn()
6493 current_function_decl = child_fn; in create_task_copyfn()
6498 DECL_SAVED_TREE (child_fn) = bind; in create_task_copyfn()
6499 DECL_SOURCE_LOCATION (child_fn) = gimple_location (task_stmt); in create_task_copyfn()
6521 tcctx.cb.dst_fn = child_fn; in create_task_copyfn()
6542 arg = DECL_ARGUMENTS (child_fn); in create_task_copyfn()
6709 tree child_fn, t; in lower_omp_taskreg() local
6719 child_fn = ctx->cb.dst_fn; in lower_omp_taskreg()
6747 record_vars_into (ctx->block_vars, child_fn); in lower_omp_taskreg()
6748 record_vars_into (gimple_bind_vars (par_bind), child_fn); in lower_omp_taskreg()