Searched refs:single_stmt (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | omp-low.c | 3689 lower_omp_single_simple (tree single_stmt, tree *pre_p) in lower_omp_single_simple() argument 3696 OMP_SINGLE_BODY (single_stmt), NULL); in lower_omp_single_simple() 3731 lower_omp_single_copy (tree single_stmt, tree *pre_p, omp_context *ctx) in lower_omp_single_copy() argument 3759 append_to_statement_list (OMP_SINGLE_BODY (single_stmt), pre_p); in lower_omp_single_copy() 3762 lower_copyprivate_clauses (OMP_SINGLE_CLAUSES (single_stmt), pre_p, in lower_omp_single_copy() 3789 tree t, bind, block, single_stmt = *stmt_p, dlist; in lower_omp_single() local 3797 lower_rec_input_clauses (OMP_SINGLE_CLAUSES (single_stmt), in lower_omp_single() 3799 lower_omp (&OMP_SINGLE_BODY (single_stmt), ctx); in lower_omp_single() 3801 append_to_statement_list (single_stmt, &BIND_EXPR_BODY (bind)); in lower_omp_single() 3804 lower_omp_single_copy (single_stmt, &BIND_EXPR_BODY (bind), ctx); in lower_omp_single() [all …]
|