Searched refs:omp_region (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dtree-flow.h517 struct omp_region struct
520 struct omp_region *outer;
523 struct omp_region *inner;
526 struct omp_region *next;
552 extern struct omp_region *root_omp_region;
553 extern struct omp_region *new_omp_region (basic_block, enum tree_code,
554 struct omp_region *);
H A Domp-low.c111 struct omp_region *root_omp_region;
142 is_combined_parallel (struct omp_region *region)
363 determine_parallel_type (struct omp_region *region)
715 void dump_omp_region (FILE *, struct omp_region *, int);
716 void debug_omp_region (struct omp_region *);
722 dump_omp_region (FILE *file, struct omp_region *region, int indent)
747 debug_omp_region (struct omp_region *region)
761 struct omp_region *
762 new_omp_region (basic_block bb, enum tree_code type, struct omp_region *parent)
764 struct omp_region *regio
[all...]
H A Dtree-cfg.c460 struct omp_region *cur_region = NULL;
567 struct omp_region *i;

Completed in 182 milliseconds