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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c112 static struct omp_region *root_omp_region; variable in typeref:struct:omp_region
411 dump_omp_region (stderr, root_omp_region, 0);
437 region->next = root_omp_region;
438 root_omp_region = region;
466 for (r = root_omp_region; r ; r = n)
471 root_omp_region = NULL;
9024 root_omp_region. */
9029 gcc_assert (root_omp_region == NULL);
9031 gcc_assert (root_omp_region != NULL);
9043 dump_omp_region (dump_file, root_omp_region,
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc113 static struct omp_region *root_omp_region; variable in typeref:struct:omp_region
412 dump_omp_region (stderr, root_omp_region, 0);
438 region->next = root_omp_region;
439 root_omp_region = region;
467 for (r = root_omp_region; r ; r = n)
472 root_omp_region = NULL;
10516 root_omp_region. */
10521 gcc_assert (root_omp_region == NULL);
10523 gcc_assert (root_omp_region != NULL);
10535 dump_omp_region (dump_file, root_omp_region,
[all...]

Completed in 119 milliseconds