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

/haiku-buildtools/gcc/gcc/
H A Domp-low.c1498 new_omp_context (gimple stmt, omp_context *outer_ctx) function
2341 ctx = new_omp_context (stmt, outer_ctx);
2382 ctx = new_omp_context (stmt, outer_ctx);
2553 ctx = new_omp_context (stmt, outer_ctx);
2627 ctx = new_omp_context (stmt, outer_ctx);
2640 ctx = new_omp_context (stmt, outer_ctx);
2667 ctx = new_omp_context (stmt, outer_ctx);
2729 omp_context *ctx = new_omp_context (stmt, outer_ctx);
3242 ctx = new_omp_context (stmt, ctx);
H A Dgimplify.c385 new_omp_context (enum omp_region_type region_type) function
6118 ctx = new_omp_context (region_type);
9240 gimplify_omp_ctxp = new_omp_context (ORT_TARGET);

Completed in 86 milliseconds