Searched refs:body_p (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgimple-low.c69 tree *body_p = &DECL_SAVED_TREE (current_function_decl); local
70 tree bind = *body_p;
82 *body_p = alloc_stmt_list ();
83 i = tsi_start (*body_p);
87 i = tsi_last (*body_p);
92 if (block_may_fallthru (*body_p)
H A Domp-low.c4005 lower_omp_for_lastprivate (struct omp_for_data *fd, tree *body_p,
4042 gimplify_and_add (t, body_p);
4052 tree t, stmt, ilist, dlist, new_stmt, *body_p, *rhs_p;
4069 body_p = &BIND_EXPR_BODY (new_stmt);
4074 append_to_statement_list (OMP_FOR_PRE_BODY (stmt), body_p);
4075 lower_rec_input_clauses (OMP_FOR_CLAUSES (stmt), body_p, &dlist, ctx);
4086 *rhs_p = get_formal_tmp_var (*rhs_p, body_p);
4090 *rhs_p = get_formal_tmp_var (*rhs_p, body_p);
4094 *rhs_p = get_formal_tmp_var (*rhs_p, body_p);
4099 lower_omp_for_lastprivate (&fd, body_p,
4003 lower_omp_for_lastprivate(struct omp_for_data *fd, tree *body_p, tree *dlist, struct omp_context *ctx) argument
4050 tree t, stmt, ilist, dlist, new_stmt, *body_p, *rhs_p; local
4072 append_to_statement_list (OMP_FOR_PRE_BODY (stmt), body_p); local
4073 lower_rec_input_clauses (OMP_FOR_CLAUSES (stmt), body_p, &dlist, ctx); local
4101 append_to_statement_list (OMP_FOR_BODY (stmt), body_p); local
4107 lower_reduction_clauses (OMP_FOR_CLAUSES (stmt), body_p, ctx); local
[all...]
H A Dgimplify.c888 unshare_body (tree *body_p, tree fndecl) argument
892 walk_tree (body_p, copy_if_shared_r, NULL, NULL);
893 if (body_p == &DECL_SAVED_TREE (fndecl))
901 unvisit_body (tree *body_p, tree fndecl) argument
905 walk_tree (body_p, unmark_visited_r, NULL, NULL);
906 if (body_p == &DECL_SAVED_TREE (fndecl))
6294 gimplify_body (tree *body_p, tree fndecl, bool do_parms)
6308 unshare_body (body_p, fndecl);
6309 unvisit_body (body_p, fndecl);
6319 gimplify_stmt (body_p);
6292 gimplify_body(tree *body_p, tree fndecl, bool do_parms) argument
[all...]

Completed in 65 milliseconds