Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Domp-low.c2159 tree entry_stmt, tree ws_args) in expand_parallel_call() argument
2165 clauses = OMP_PARALLEL_CLAUSES (entry_stmt); in expand_parallel_call()
2268 t = OMP_PARALLEL_DATA_ARG (entry_stmt); in expand_parallel_call()
2274 t = build_fold_addr_expr (OMP_PARALLEL_FN (entry_stmt)); in expand_parallel_call()
2284 t = OMP_PARALLEL_DATA_ARG (entry_stmt); in expand_parallel_call()
2290 t = build_function_call_expr (OMP_PARALLEL_FN (entry_stmt), args); in expand_parallel_call()
2425 tree entry_stmt; in expand_omp_parallel() local
2429 entry_stmt = last_stmt (region->entry); in expand_omp_parallel()
2430 child_fn = OMP_PARALLEL_FN (entry_stmt); in expand_omp_parallel()
2480 if (OMP_PARALLEL_DATA_ARG (entry_stmt)) in expand_omp_parallel()
[all …]