Searched refs:OMP_BODY (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimplify.cc | 12378 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()
|
| D | tree.def | 1099 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.
|
| D | tree-pretty-print.cc | 3504 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()
|
| D | tree.h | 1385 #define OMP_BODY(NODE) \ macro
|
| D | ChangeLog-2006 | 22068 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
|
| D | ChangeLog-2015 | 12591 * tree.h (OMP_BODY): Replace OMP_CRITICAL with OMP_TASKGROUP. 42996 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
|
| D | ChangeLog-2018 | 5489 * tree.h (OMP_BODY): Use OMP_MASTER instead of OMP_TASKGROUP.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | pt.cc | 19158 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 …]
|
| D | cp-gimplify.cc | 1533 cp_walk_tree (&OMP_BODY (stmt), cp_genericize_r, data, NULL); in cp_genericize_r()
|
| D | ChangeLog-2016 | 3362 genericize_omp_for_stmt instead of cp_walk_tree on OMP_BODY.
|
| D | semantics.cc | 9406 OMP_BODY (stmt) = body; in finish_omp_construct()
|