Searched refs:OMP_FOR_PRE_BODY (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dc-omp.c378 OMP_FOR_PRE_BODY (t) = pre_body;
H A Domp-low.c1205 scan_omp (&OMP_FOR_PRE_BODY (stmt), ctx);
4059 lower_omp (&OMP_FOR_PRE_BODY (stmt), ctx);
4074 append_to_statement_list (OMP_FOR_PRE_BODY (stmt), body_p);
4123 OMP_FOR_PRE_BODY (stmt) = NULL_TREE;
4546 walk_stmts (wi, &OMP_FOR_PRE_BODY (t));
4597 walk_stmts (wi, &OMP_FOR_PRE_BODY (t));
H A Dtree-pretty-print.c1744 if (OMP_FOR_PRE_BODY (node))
1750 dump_generic_node (buffer, OMP_FOR_PRE_BODY (node),
1771 if (OMP_FOR_PRE_BODY (node))
H A Dgimplify.c4974 ret |= gimplify_expr (&TREE_OPERAND (t, 1), &OMP_FOR_PRE_BODY (for_stmt),
4981 ret |= gimplify_expr (&TREE_OPERAND (t, 1), &OMP_FOR_PRE_BODY (for_stmt),
5020 ret |= gimplify_expr (&TREE_OPERAND (t, 1), &OMP_FOR_PRE_BODY (for_stmt),
H A Dtree.h1603 #define OMP_FOR_PRE_BODY(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 5)
1597 #define OMP_FOR_PRE_BODY macro
/freebsd-10.1-release/contrib/gcc/cp/
H A Dsemantics.c4004 OMP_FOR_PRE_BODY (stmt) = pre_body;
H A Dpt.c8803 RECUR (OMP_FOR_PRE_BODY (t));

Completed in 324 milliseconds