Searched refs:scan_omp (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | omp-low.c | 113 static void scan_omp (tree *, omp_context *); 992 scan_omp (&OMP_CLAUSE_DECL (c), ctx->outer); in scan_sharing_clauses() 1009 scan_omp (&OMP_CLAUSE_OPERAND (c, 0), ctx->outer); in scan_sharing_clauses() 1072 scan_omp (&OMP_CLAUSE_REDUCTION_INIT (c), ctx); in scan_sharing_clauses() 1073 scan_omp (&OMP_CLAUSE_REDUCTION_MERGE (c), ctx); in scan_sharing_clauses() 1180 scan_omp (&OMP_PARALLEL_BODY (*stmt_p), ctx); in scan_omp_parallel() 1205 scan_omp (&OMP_FOR_PRE_BODY (stmt), ctx); in scan_omp_for() 1206 scan_omp (&OMP_FOR_INIT (stmt), ctx); in scan_omp_for() 1207 scan_omp (&OMP_FOR_COND (stmt), ctx); in scan_omp_for() 1208 scan_omp (&OMP_FOR_INCR (stmt), ctx); in scan_omp_for() [all …]
|