Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-flow.h517 struct omp_region struct
520 struct omp_region *outer; argument
523 struct omp_region *inner; argument
526 struct omp_region *next; argument
552 extern struct omp_region *root_omp_region; argument
553 extern struct omp_region *new_omp_region (basic_block, enum tree_code,
554 struct omp_region *);
Domp-low.c111 struct omp_region *root_omp_region;
142 is_combined_parallel (struct omp_region *region) in is_combined_parallel()
363 determine_parallel_type (struct omp_region *region) in determine_parallel_type()
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) in dump_omp_region()
747 debug_omp_region (struct omp_region *region) in debug_omp_region()
761 struct omp_region *
762 new_omp_region (basic_block bb, enum tree_code type, struct omp_region *parent) in new_omp_region()
764 struct omp_region *region = xcalloc (1, sizeof (*region)); in new_omp_region()
[all …]
Dtree-cfg.c460 struct omp_region *cur_region = NULL; in make_edges()
567 struct omp_region *i; in make_edges()