Searched refs:OMP_PARALLEL_BODY (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-nested.c | 1097 walk_body (convert_nonlocal_reference, info, &OMP_PARALLEL_BODY (t)); in convert_nonlocal_reference() 1100 declare_vars (info->new_local_var_chain, OMP_PARALLEL_BODY (t), false); in convert_nonlocal_reference() 1383 walk_body (convert_local_reference, info, &OMP_PARALLEL_BODY (t)); in convert_local_reference() 1386 declare_vars (info->new_local_var_chain, OMP_PARALLEL_BODY (t), false); in convert_local_reference() 1714 walk_body (convert_call_expr, info, &OMP_PARALLEL_BODY (t)); in convert_call_expr()
|
H A D | omp-low.c | 1160 && empty_body_p (OMP_PARALLEL_BODY (*stmt_p)) in scan_omp_parallel() 1180 scan_omp (&OMP_PARALLEL_BODY (*stmt_p), ctx); in scan_omp_parallel() 4161 par_bind = OMP_PARALLEL_BODY (stmt); in lower_omp_parallel() 4224 OMP_PARALLEL_BODY (stmt) = new_body; in lower_omp_parallel()
|
H A D | gimplify.c | 4937 gimplify_stmt (&OMP_PARALLEL_BODY (expr)); in gimplify_omp_parallel() 4939 if (TREE_CODE (OMP_PARALLEL_BODY (expr)) == BIND_EXPR) in gimplify_omp_parallel() 4940 pop_gimplify_context (OMP_PARALLEL_BODY (expr)); in gimplify_omp_parallel()
|
H A D | tree.def | 959 Operand 0: OMP_PARALLEL_BODY: Code to be executed by all threads.
|
H A D | tree.h | 1557 #define OMP_PARALLEL_BODY(NODE) TREE_OPERAND (OMP_PARALLEL_CHECK (NODE), 0) macro
|
H A D | c-typeck.c | 8616 OMP_PARALLEL_BODY (stmt) = block; in c_finish_omp_parallel()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 3763 OMP_PARALLEL_BODY (stmt) = body; in finish_omp_parallel()
|
H A D | pt.c | 8758 RECUR (OMP_PARALLEL_BODY (t)); in tsubst_expr()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 2580 Operand @code{OMP_PARALLEL_BODY} is valid while in GENERIC and
|
H A D | gccint.info | 6116 Operand `OMP_PARALLEL_BODY' is valid while in GENERIC and High
|