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

/freebsd-10.0-release/contrib/gcc/
H A Domp-low.c3691 lower_omp_single_simple (tree single_stmt, tree *pre_p)
3698 OMP_SINGLE_BODY (single_stmt), NULL);
3733 lower_omp_single_copy (tree single_stmt, tree *pre_p, omp_context *ctx)
3761 append_to_statement_list (OMP_SINGLE_BODY (single_stmt), pre_p);
3764 lower_copyprivate_clauses (OMP_SINGLE_CLAUSES (single_stmt), pre_p,
3791 tree t, bind, block, single_stmt = *stmt_p, dlist;
3799 lower_rec_input_clauses (OMP_SINGLE_CLAUSES (single_stmt),
3801 lower_omp (&OMP_SINGLE_BODY (single_stmt), ctx);
3803 append_to_statement_list (single_stmt, &BIND_EXPR_BODY (bind));
3806 lower_omp_single_copy (single_stmt,
3689 lower_omp_single_simple(tree single_stmt, tree *pre_p) argument
3731 lower_omp_single_copy(tree single_stmt, tree *pre_p, omp_context *ctx) argument
3789 tree t, bind, block, single_stmt = *stmt_p, dlist; local
[all...]

Completed in 80 milliseconds