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

/freebsd-10.0-release/contrib/gcc/
H A Domp-low.c114 static void lower_omp (tree *, omp_context *);
3625 lower_omp (&OMP_SECTION_BODY (sec_start), sctx);
3801 lower_omp (&OMP_SINGLE_BODY (single_stmt), ctx);
3849 lower_omp (&OMP_MASTER_BODY (stmt), ctx);
3887 lower_omp (&OMP_ORDERED_BODY (stmt), ctx);
3981 lower_omp (&OMP_CRITICAL_BODY (stmt), ctx);
4059 lower_omp (&OMP_FOR_PRE_BODY (stmt), ctx);
4060 lower_omp (&OMP_FOR_BODY (stmt), ctx);
4185 lower_omp (&par_body, ctx);
4405 lower_omp (tre
4403 lower_omp (tree *stmt_p, omp_context *ctx) function
[all...]

Completed in 75 milliseconds