HomeSort by: relevance | last modified time | path
    Searched refs:new_omp_context (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 970 new_omp_context (gimple *stmt, omp_context *outer_ctx) function
2329 ctx = new_omp_context (stmt, outer_ctx);
2375 ctx = new_omp_context (stmt, outer_ctx);
2768 ctx = new_omp_context (stmt, outer_ctx);
3047 omp_context *ctx = new_omp_context (input_stmt, outer_ctx);
3050 ctx = new_omp_context (scan_stmt, outer_ctx);
3063 ctx = new_omp_context (stmt, outer_ctx);
3076 ctx = new_omp_context (stmt, outer_ctx);
3103 ctx = new_omp_context (stmt, outer_ctx);
3156 omp_context *ctx = new_omp_context (stmt, outer_ctx)
    [all...]
gimplify.cc 472 new_omp_context (enum omp_region_type region_type) function
12038 ctx = new_omp_context (region_type);
19156 gimplify_omp_ctxp = new_omp_context (ORT_IMPLICIT_TARGET);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 967 new_omp_context (gimple *stmt, omp_context *outer_ctx) function
2288 ctx = new_omp_context (stmt, outer_ctx);
2334 ctx = new_omp_context (stmt, outer_ctx);
2727 ctx = new_omp_context (stmt, outer_ctx);
3005 omp_context *ctx = new_omp_context (input_stmt, outer_ctx);
3008 ctx = new_omp_context (scan_stmt, outer_ctx);
3021 ctx = new_omp_context (stmt, outer_ctx);
3034 ctx = new_omp_context (stmt, outer_ctx);
3061 ctx = new_omp_context (stmt, outer_ctx);
3114 omp_context *ctx = new_omp_context (stmt, outer_ctx)
    [all...]
gimplify.cc 452 new_omp_context (enum omp_region_type region_type) function
9166 ctx = new_omp_context (region_type);
16349 gimplify_omp_ctxp = new_omp_context (ORT_IMPLICIT_TARGET);

Completed in 82 milliseconds