Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Domp-low.c130 static int taskreg_nesting_level; variable
1658 if (taskreg_nesting_level > 1) in scan_omp_parallel()
1703 if (taskreg_nesting_level > 1) in scan_omp_task()
2022 taskreg_nesting_level++; in scan_omp_1_stmt()
2024 taskreg_nesting_level--; in scan_omp_1_stmt()
2028 taskreg_nesting_level++; in scan_omp_1_stmt()
2030 taskreg_nesting_level--; in scan_omp_1_stmt()
6952 gcc_assert (taskreg_nesting_level == 0); in execute_lower_omp()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Domp-low.c130 static int taskreg_nesting_level; variable
1781 if (taskreg_nesting_level > 1) in scan_omp_parallel()
1829 if (taskreg_nesting_level > 1) in scan_omp_task()
3136 taskreg_nesting_level++; in scan_omp_1_stmt()
3138 taskreg_nesting_level--; in scan_omp_1_stmt()
3142 taskreg_nesting_level++; in scan_omp_1_stmt()
3144 taskreg_nesting_level--; in scan_omp_1_stmt()
8997 if (target_nesting_level || taskreg_nesting_level) in lower_omp()
9027 gcc_assert (taskreg_nesting_level == 0); in execute_lower_omp()