Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Domp-low.c2423 tree child_fn, block, t, ws_args; in expand_omp_parallel() local
2430 child_fn = OMP_PARALLEL_FN (entry_stmt); in expand_omp_parallel()
2431 child_cfun = DECL_STRUCT_FUNCTION (child_fn); in expand_omp_parallel()
2500 if (TREE_OPERAND (stmt, 0) == DECL_ARGUMENTS (child_fn)) in expand_omp_parallel()
2503 TREE_OPERAND (stmt, 1) = DECL_ARGUMENTS (child_fn); in expand_omp_parallel()
2510 block = DECL_INITIAL (child_fn); in expand_omp_parallel()
2512 DECL_SAVED_TREE (child_fn) = single_succ (entry_bb)->stmt_list; in expand_omp_parallel()
2516 DECL_CONTEXT (t) = child_fn; in expand_omp_parallel()
2518 for (t = DECL_ARGUMENTS (child_fn); t; t = TREE_CHAIN (t)) in expand_omp_parallel()
2519 DECL_CONTEXT (t) = child_fn; in expand_omp_parallel()
[all …]