Searched refs:omp_region (Results 1 – 3 of 3) sorted by relevance
517 struct omp_region struct520 struct omp_region *outer; argument523 struct omp_region *inner; argument526 struct omp_region *next; argument552 extern struct omp_region *root_omp_region; argument553 extern struct omp_region *new_omp_region (basic_block, enum tree_code,554 struct omp_region *);
111 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 …]
460 struct omp_region *cur_region = NULL; in make_edges()567 struct omp_region *i; in make_edges()