Home
last modified time | relevance | path

Searched refs:new_omp_context (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Domp-low.c822 new_omp_context (tree stmt, omp_context *outer_ctx) in new_omp_context() function
1167 ctx = new_omp_context (*stmt_p, outer_ctx); in scan_omp_parallel()
1201 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
1221 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
1235 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
1371 ctx = new_omp_context (*tp, ctx); in scan_omp_1()
H A Dgimplify.c263 new_omp_context (bool is_parallel, bool is_combined_parallel) in new_omp_context() function
4672 ctx = new_omp_context (in_parallel, in_combined_parallel); in gimplify_scan_omp_clauses()