Searched refs:child_fn (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h655 tree child_fn; variable
5556 return omp_parallel_stmt->child_fn;
5565 return &omp_parallel_stmt->child_fn;
5573 tree child_fn)
5575 omp_parallel_stmt->child_fn = child_fn;
5713 return omp_task_stmt->child_fn;
5723 return &omp_task_stmt->child_fn;
5730 gimple_omp_task_set_child_fn (gimple *gs, tree child_fn)
5733 omp_task_stmt->child_fn
[all...]
H A Domp-expand.c1238 tree child_fn, block, t; local
1256 child_fn = gimple_omp_taskreg_child_fn (entry_stmt);
1257 child_cfun = DECL_STRUCT_FUNCTION (child_fn);
1345 arg = DECL_ARGUMENTS (child_fn);
1362 /* We'd like to set the rhs to the default def in the child_fn,
1363 but it's too early to create ssa names in the child_fn.
1374 block = DECL_INITIAL (child_fn);
1382 DECL_SAVED_TREE (child_fn) = NULL;
1383 /* We'll create a CFG for child_fn, so no gimple body is needed. */
1384 gimple_set_body (child_fn, NUL
7926 tree child_fn, block, t; local
[all...]
H A Domp-low.c972 tree child_fn; local
976 child_fn = gimple_omp_task_copy_fn (task_stmt);
977 if (child_fn == NULL_TREE)
980 child_cfun = DECL_STRUCT_FUNCTION (child_fn);
981 DECL_STRUCT_FUNCTION (child_fn)->curr_properties = cfun->curr_properties;
984 bind = gimplify_body (child_fn, false);
993 gimple_set_body (child_fn, seq);
997 cgraph_node *node = cgraph_node::get_create (child_fn);
999 cgraph_node::add_new_function (child_fn, false);
10894 tree child_fn,
10892 tree child_fn, t, c, src, dst, f, sf, arg, sarg, decl; local
11285 tree child_fn, t; local
11389 record_vars_into (gimple_bind_vars (par_bind), child_fn); local
11476 tree child_fn, t, c; local
11786 record_vars_into (gimple_bind_vars (tgt_bind), child_fn); local
[all...]
H A Dgimple.c966 gimple_build_omp_parallel (gimple_seq body, tree clauses, tree child_fn, argument
974 gimple_omp_parallel_set_child_fn (p, child_fn);
991 gimple_build_omp_task (gimple_seq body, tree clauses, tree child_fn, argument
999 gimple_omp_task_set_child_fn (p, child_fn);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple.h657 tree child_fn; variable
5683 return omp_parallel_stmt->child_fn;
5692 return &omp_parallel_stmt->child_fn;
5700 tree child_fn)
5702 omp_parallel_stmt->child_fn = child_fn;
5821 return omp_task_stmt->child_fn;
5831 return &omp_task_stmt->child_fn;
5838 gimple_omp_task_set_child_fn (gimple *gs, tree child_fn)
5841 omp_task_stmt->child_fn
[all...]
H A Domp-expand.cc1240 tree child_fn, block, t; local
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, NUL
[all...]
H A Domp-low.cc1011 tree child_fn; local
1015 child_fn = gimple_omp_task_copy_fn (task_stmt);
1016 if (child_fn == NULL_TREE)
1019 child_cfun = DECL_STRUCT_FUNCTION (child_fn);
1020 DECL_STRUCT_FUNCTION (child_fn)->curr_properties = cfun->curr_properties;
1023 bind = gimplify_body (child_fn, false);
1032 gimple_set_body (child_fn, seq);
1036 cgraph_node *node = cgraph_node::get_create (child_fn);
1038 cgraph_node::add_new_function (child_fn, false);
12005 tree child_fn,
[all...]
H A Dgimple.cc969 gimple_build_omp_parallel (gimple_seq body, tree clauses, tree child_fn,
977 gimple_omp_parallel_set_child_fn (p, child_fn);
994 gimple_build_omp_task (gimple_seq body, tree clauses, tree child_fn,
1002 gimple_omp_task_set_child_fn (p, child_fn);

Completed in 324 milliseconds