Lines Matching refs:child_fn

870   tree child_fn;  in finalize_task_copyfn()  local
874 child_fn = gimple_omp_task_copy_fn (task_stmt); in finalize_task_copyfn()
875 if (child_fn == NULL_TREE) in finalize_task_copyfn()
878 child_cfun = DECL_STRUCT_FUNCTION (child_fn); in finalize_task_copyfn()
879 DECL_STRUCT_FUNCTION (child_fn)->curr_properties = cfun->curr_properties; in finalize_task_copyfn()
882 bind = gimplify_body (child_fn, false); in finalize_task_copyfn()
891 gimple_set_body (child_fn, seq); in finalize_task_copyfn()
895 cgraph_node *node = cgraph_node::get_create (child_fn); in finalize_task_copyfn()
897 cgraph_node::add_new_function (child_fn, false); in finalize_task_copyfn()
7110 tree child_fn, t, c, src, dst, f, sf, arg, sarg, decl; in create_task_copyfn() local
7118 child_fn = gimple_omp_task_copy_fn (task_stmt); in create_task_copyfn()
7119 child_cfun = DECL_STRUCT_FUNCTION (child_fn); in create_task_copyfn()
7121 DECL_SAVED_TREE (child_fn) = alloc_stmt_list (); in create_task_copyfn()
7124 for (t = DECL_ARGUMENTS (child_fn); t; t = DECL_CHAIN (t)) in create_task_copyfn()
7125 DECL_CONTEXT (t) = child_fn; in create_task_copyfn()
7134 DECL_SAVED_TREE (child_fn) = bind; in create_task_copyfn()
7135 DECL_SOURCE_LOCATION (child_fn) = gimple_location (task_stmt); in create_task_copyfn()
7157 tcctx.cb.dst_fn = child_fn; in create_task_copyfn()
7176 arg = DECL_ARGUMENTS (child_fn); in create_task_copyfn()
7422 tree child_fn, t; in lower_omp_taskreg() local
7432 child_fn = ctx->cb.dst_fn; in lower_omp_taskreg()
7480 record_vars_into (ctx->block_vars, child_fn); in lower_omp_taskreg()
7482 record_vars_into (gimple_bind_vars (par_bind), child_fn); in lower_omp_taskreg()
7565 tree child_fn, t, c; in lower_omp_target() local
7617 child_fn = ctx->cb.dst_fn; in lower_omp_target()
7849 record_vars_into (ctx->block_vars, child_fn); in lower_omp_target()
7851 record_vars_into (gimple_bind_vars (tgt_bind), child_fn); in lower_omp_target()