Home
last modified time | relevance | path

Searched refs:scan_omp (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-low.cc196 static void scan_omp (gimple_seq *, omp_context *);
1966 scan_omp (&OMP_CLAUSE_REDUCTION_GIMPLE_INIT (c), rctx); in scan_sharing_clauses()
1967 scan_omp (&OMP_CLAUSE_REDUCTION_GIMPLE_MERGE (c), rctx); in scan_sharing_clauses()
1971 scan_omp (&OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (c), ctx); in scan_sharing_clauses()
1974 scan_omp (&OMP_CLAUSE_LINEAR_GIMPLE_SEQ (c), ctx); in scan_sharing_clauses()
2305 scan_omp (gimple_omp_body_ptr (stmt), ctx); in scan_omp_parallel()
2371 scan_omp (gimple_omp_body_ptr (stmt), ctx); in scan_omp_task()
2881 scan_omp (gimple_omp_for_pre_body_ptr (stmt), ctx); in scan_omp_for()
2889 scan_omp (gimple_omp_body_ptr (stmt), ctx); in scan_omp_for()
3006 scan_omp (gimple_omp_body_ptr (input_stmt), ctx); in scan_omp_simd_scan()
[all …]
DChangeLog.tuples1859 * omp-low.c (scan_sharing_clauses): Call scan_omp on
3487 (scan_omp): Convert to tuples.
6629 (scan_omp): Likewise.
DChangeLog-201222333 * omp-low.c (scan_omp): Change first argument to gimple_seq *,
DChangeLog-20118970 * omp-low.c (scan_omp): Ditto.