Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.cc12378 if (i < 2 && data[i + 1] == &OMP_BODY (t)) in gimplify_omp_for()
12380 *data[i] = OMP_BODY (t); in gimplify_omp_for()
12383 OMP_BODY (t) = body; in gimplify_omp_for()
13992 tree body = OMP_BODY (target); in optimize_target_teams()
14146 gimple *g = gimplify_and_return_first (OMP_BODY (expr), &body); in gimplify_omp_workshare()
14176 gimplify_and_add (OMP_BODY (expr), &body); in gimplify_omp_workshare()
15672 gimplify_and_add (OMP_BODY (*expr_p), &body); in gimplify_expr()
15731 gimplify_and_add (OMP_BODY (*expr_p), &body); in gimplify_expr()
Dtree.def1099 Operand 0: OMP_BODY: Code to be executed in parallel.
1105 Operand 0: OMP_BODY: Sequence of kernels.
1111 Operand 0: OMP_BODY: Code to be executed sequentially.
Dtree-pretty-print.cc3504 if (!(flags & TDF_SLIM) && OMP_BODY (node)) in dump_generic_node()
3509 dump_generic_node (pp, OMP_BODY (node), spc + 4, flags, false); in dump_generic_node()
Dtree.h1385 #define OMP_BODY(NODE) \ macro
DChangeLog-200622068 Handle printing of OMP_BODY just in one place, goto
22070 OMP_BODY.
22100 OMP_MASTER_BODY, OMP_ORDERED_BODY OMP_BODY,
22289 * tree-nested.c (convert_call_expr): Call walk_body on OMP_BODY for
DChangeLog-201512591 * tree.h (OMP_BODY): Replace OMP_CRITICAL with OMP_TASKGROUP.
42996 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
DChangeLog-20185489 * tree.h (OMP_BODY): Use OMP_MASTER instead of OMP_TASKGROUP.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc19158 RECUR (OMP_BODY (t)); in tsubst_expr()
19300 RECUR (OMP_BODY (t)); in tsubst_expr()
19306 RECUR (OMP_BODY (t)); in tsubst_expr()
19320 OMP_BODY (t) = stmt; in tsubst_expr()
19364 RECUR (OMP_BODY (t)); in tsubst_expr()
19368 OMP_BODY (t) = stmt; in tsubst_expr()
19372 finish_omp_target_clauses (EXPR_LOCATION (t), OMP_BODY (t), in tsubst_expr()
19442 RECUR (OMP_BODY (t)); in tsubst_expr()
19446 OMP_BODY (t) = stmt; in tsubst_expr()
19456 RECUR (OMP_BODY (t)); in tsubst_expr()
[all …]
Dcp-gimplify.cc1533 cp_walk_tree (&OMP_BODY (stmt), cp_genericize_r, data, NULL); in cp_genericize_r()
DChangeLog-20163362 genericize_omp_for_stmt instead of cp_walk_tree on OMP_BODY.
Dsemantics.cc9406 OMP_BODY (stmt) = body; in finish_omp_construct()