HomeSort by: relevance | last modified time | path
    Searched defs:omp_region (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 68 struct omp_region struct
71 struct omp_region *outer;
74 struct omp_region *inner;
77 struct omp_region *next;
113 static struct omp_region *root_omp_region;
119 static void expand_omp (struct omp_region *region);
124 is_combined_parallel (struct omp_region *region)
296 determine_parallel_type (struct omp_region *region)
373 void dump_omp_region (FILE *, struct omp_region *, int);
374 void debug_omp_region (struct omp_region *);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 68 struct omp_region struct
71 struct omp_region *outer;
74 struct omp_region *inner;
77 struct omp_region *next;
113 static struct omp_region *root_omp_region;
119 static void expand_omp (struct omp_region *region);
124 is_combined_parallel (struct omp_region *region)
296 determine_parallel_type (struct omp_region *region)
372 void dump_omp_region (FILE *, struct omp_region *, int);
373 void debug_omp_region (struct omp_region *);
    [all...]

Completed in 58 milliseconds