Searched refs:dump_omp_region (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | omp-low.c | 715 void dump_omp_region (FILE *, struct omp_region *, int); 722 dump_omp_region (FILE *file, struct omp_region *region, int indent) in dump_omp_region() function 728 dump_omp_region (file, region->inner, indent + 4); in dump_omp_region() 743 dump_omp_region (file, region->next, indent); in dump_omp_region() 749 dump_omp_region (stderr, region, 0); in debug_omp_region() 755 dump_omp_region (stderr, root_omp_region, 0); in debug_all_omp_regions() 3546 dump_omp_region (dump_file, root_omp_region, 0); in execute_expand_omp()
|