Searched refs:body_p (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-low.cc | 4313 scan_omp (gimple_seq *body_p, omp_context *ctx) in scan_omp() argument 4323 walk_gimple_seq_mod (body_p, scan_omp_1_stmt, scan_omp_1_op, &wi); in scan_omp() 7139 lower_lastprivate_clauses (tree clauses, tree predicate, gimple_seq *body_p, in lower_lastprivate_clauses() argument 7239 gcc_assert (body_p); in lower_lastprivate_clauses() 7250 gimplify_assign (v, build_zero_cst (type), body_p); in lower_lastprivate_clauses() 10451 lower_omp_for_lastprivate (struct omp_for_data *fd, gimple_seq *body_p, in lower_omp_for_lastprivate() argument 10533 lower_lastprivate_clauses (clauses, cond, body_p, &stmts, clist, ctx); in lower_omp_for_lastprivate() 10550 gimplify_assign (fd->loop.v, vinit, body_p); in lower_omp_for_lastprivate() 10904 lower_omp_for_scan (gimple_seq *body_p, gimple_seq *dlist, gomp_for *stmt, in lower_omp_for_scan() argument 10997 gimple_seq_add_stmt (body_p, g); in lower_omp_for_scan() [all …]
|
| D | ChangeLog-2007 | 31337 to dlist rather than body_p and to body_p append an initializer.
|