Lines Matching defs:child_fn
1240 tree child_fn, block, t;
1258 child_fn = gimple_omp_taskreg_child_fn (entry_stmt);
1259 child_cfun = DECL_STRUCT_FUNCTION (child_fn);
1347 arg = DECL_ARGUMENTS (child_fn);
1364 /* We'd like to set the rhs to the default def in the child_fn,
1365 but it's too early to create ssa names in the child_fn.
1376 block = DECL_INITIAL (child_fn);
1384 DECL_SAVED_TREE (child_fn) = NULL;
1385 /* We'll create a CFG for child_fn, so no gimple body is needed. */
1386 gimple_set_body (child_fn, NULL);
1390 for (t = DECL_ARGUMENTS (child_fn); t; t = DECL_CHAIN (t))
1391 DECL_CONTEXT (t) = child_fn;
1476 cgraph_node *node = cgraph_node::get_create (child_fn);
1478 cgraph_node::add_new_function (child_fn, true);
1481 && !DECL_ASSEMBLER_NAME_SET_P (child_fn);
1487 assign_assembler_name_if_needed (child_fn);
1517 dump_function_header (dump_file, child_fn, dump_flags);
1518 dump_function_to_file (child_fn, dump_file, dump_flags);
1522 adjust_context_and_scope (region, gimple_block (entry_stmt), child_fn);
9684 tree child_fn, block, t;
9721 child_fn = NULL_TREE;
9725 child_fn = gimple_omp_target_child_fn (entry_stmt);
9726 child_cfun = DECL_STRUCT_FUNCTION (child_fn);
9746 DECL_ATTRIBUTES (child_fn)
9748 NULL_TREE, DECL_ATTRIBUTES (child_fn));
9751 DECL_ATTRIBUTES (child_fn)
9753 NULL_TREE, DECL_ATTRIBUTES (child_fn));
9756 DECL_ATTRIBUTES (child_fn)
9758 NULL_TREE, DECL_ATTRIBUTES (child_fn));
9761 DECL_ATTRIBUTES (child_fn)
9763 NULL_TREE, DECL_ATTRIBUTES (child_fn));
9766 DECL_ATTRIBUTES (child_fn)
9768 NULL_TREE, DECL_ATTRIBUTES (child_fn));
9827 arg = DECL_ARGUMENTS (child_fn);
9834 block = DECL_INITIAL (child_fn);
9842 DECL_SAVED_TREE (child_fn) = NULL;
9843 /* We'll create a CFG for child_fn, so no gimple body is needed. */
9844 gimple_set_body (child_fn, NULL);
9848 for (t = DECL_ARGUMENTS (child_fn); t; t = DECL_CHAIN (t))
9849 DECL_CONTEXT (t) = child_fn;
9903 cgraph_node *node = cgraph_node::get_create (child_fn);
9905 cgraph_node::add_new_function (child_fn, true);
9911 DECL_PRESERVE_P (child_fn) = 1;
9912 vec_safe_push (offload_funcs, child_fn);
9916 && !DECL_ASSEMBLER_NAME_SET_P (child_fn);
9922 assign_assembler_name_if_needed (child_fn);
9946 dump_function_header (dump_file, child_fn, dump_flags);
9947 dump_function_to_file (child_fn, dump_file, dump_flags);
9950 adjust_context_and_scope (region, gimple_block (entry_stmt), child_fn);
10161 args.quick_push (build_fold_addr_expr (child_fn));
10186 if (lookup_attribute ("oacc serial", DECL_ATTRIBUTES (child_fn)) != NULL)
10194 oacc_replace_fn_attrib (child_fn, dims);
10197 oacc_set_fn_attrib (child_fn, clauses, &args);