Searched refs:new_omp_context (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | omp-low.c | 1211 new_omp_context (gimple stmt, omp_context *outer_ctx) in new_omp_context() function 1657 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel() 1702 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task() 1779 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for() 1801 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections() 1814 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single() 2049 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
|
H A D | gimplify.c | 343 new_omp_context (enum omp_region_type region_type) in new_omp_context() function 5936 ctx = new_omp_context (region_type); in gimplify_scan_omp_clauses()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-low.c | 828 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function 1779 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel() 1827 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task() 2124 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for() 2242 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections() 2255 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single() 2344 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target() 2396 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams() 3171 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
|
H A D | gimplify.c | 402 new_omp_context (enum omp_region_type region_type) in new_omp_context() function 7571 ctx = new_omp_context (region_type); in gimplify_scan_omp_clauses() 12708 gimplify_omp_ctxp = new_omp_context (ORT_TARGET); in gimplify_body()
|