Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDcp-gimplify.c382 OMP_FOR_BODY (for_stmt) in cp_gimplify_omp_for()
383 = finish_bc_block (bc_continue, cont_block, OMP_FOR_BODY (for_stmt)); in cp_gimplify_omp_for()
HDsemantics.c4002 OMP_FOR_BODY (stmt) = body; in finish_omp_for()
HDpt.c8806 RECUR (OMP_FOR_BODY (t)); in tsubst_expr()
/trueos/contrib/gcc/
HDc-omp.c377 OMP_FOR_BODY (t) = body; in c_finish_omp_for()
HDomp-low.c1209 scan_omp (&OMP_FOR_BODY (stmt), ctx); in scan_omp_for()
4058 lower_omp (&OMP_FOR_BODY (stmt), ctx); in lower_omp_for()
4062 if (TREE_CODE (OMP_FOR_BODY (stmt)) == BIND_EXPR) in lower_omp_for()
4063 record_vars_into (BIND_EXPR_VARS (OMP_FOR_BODY (stmt)), ctx->cb.dst_fn); in lower_omp_for()
4101 append_to_statement_list (OMP_FOR_BODY (stmt), body_p); in lower_omp_for()
4120 OMP_FOR_BODY (stmt) = NULL_TREE; in lower_omp_for()
4543 walk_stmts (wi, &OMP_FOR_BODY (t)); in diagnose_sb_1()
4594 walk_stmts (wi, &OMP_FOR_BODY (t)); in diagnose_sb_2()
HDtree-pretty-print.c1761 if (OMP_FOR_BODY (node)) in dump_generic_node()
1766 dump_generic_node (buffer, OMP_FOR_BODY (node), spc + 4, flags, in dump_generic_node()
HDtree.def976 Operand 0: OMP_FOR_BODY: Loop body.
HDtree.h1592 #define OMP_FOR_BODY(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 0) macro
HDgimplify.c5027 gimplify_to_stmt_list (&OMP_FOR_BODY (for_stmt)); in gimplify_omp_for()
/trueos/contrib/gcc/doc/
HDc-tree.texi2605 Operand @code{OMP_FOR_BODY} contains the loop body.