Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc178 bool teams_nested_p; member
3100 if (ctx->teams_nested_p && ctx->nonteams_nested_p) in scan_omp_target()
3190 if (gimple_code (stmt) == GIMPLE_OMP_TEAMS && !ctx->teams_nested_p) in check_omp_nesting_restrictions()
3191 ctx->teams_nested_p = true; in check_omp_nesting_restrictions()
H A DChangeLog-202131903 * omp-low.c (struct omp_context): Add teams_nested_p and
31907 (check_omp_nesting_restrictions): Set ctx->teams_nested_p or