Searched refs:lower_omp (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | omp-low.c | 114 static void lower_omp (tree *, omp_context *); 3623 lower_omp (&OMP_SECTION_BODY (sec_start), sctx); in lower_omp_sections() 3799 lower_omp (&OMP_SINGLE_BODY (single_stmt), ctx); in lower_omp_single() 3847 lower_omp (&OMP_MASTER_BODY (stmt), ctx); in lower_omp_master() 3885 lower_omp (&OMP_ORDERED_BODY (stmt), ctx); in lower_omp_ordered() 3979 lower_omp (&OMP_CRITICAL_BODY (stmt), ctx); in lower_omp_critical() 4057 lower_omp (&OMP_FOR_PRE_BODY (stmt), ctx); in lower_omp_for() 4058 lower_omp (&OMP_FOR_BODY (stmt), ctx); in lower_omp_for() 4183 lower_omp (&par_body, ctx); in lower_omp_parallel() 4403 lower_omp (tree *stmt_p, omp_context *ctx) in lower_omp() function [all …]
|