Home
last modified time | relevance | path

Searched defs:omp_region (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-flow.h355 struct omp_region struct
358 struct omp_region *outer; argument
361 struct omp_region *inner; argument
364 struct omp_region *next; argument
390 extern struct omp_region *root_omp_region; argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Domp-expand.c66 struct omp_region struct
69 struct omp_region *outer; argument
72 struct omp_region *inner; argument
75 struct omp_region *next; argument
78 basic_block entry;
81 basic_block exit;
84 basic_block cont;
108 static struct omp_region *root_omp_region; argument