Home | History | Annotate | Download | only in gcc

Lines Matching defs:omp_region

68 struct omp_region
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 *);
379 dump_omp_region (FILE *file, struct omp_region *region, int indent)
404 debug_omp_region (struct omp_region *region)
417 static struct omp_region *
419 struct omp_region *parent)
421 struct omp_region *region = XCNEW (struct omp_region);
448 free_omp_region_1 (struct omp_region *region)
450 struct omp_region *i, *n;
466 struct omp_region *r, *n;
497 adjust_context_and_scope (struct omp_region *region, tree entry_block,
549 expand_parallel_call (struct omp_region *region, basic_block bb,
751 expand_task_call (struct omp_region *region, basic_block bb,
1003 remove_exit_barrier (struct omp_region *region)
1087 remove_exit_barriers (struct omp_region *region)
1236 expand_omp_taskreg (struct omp_region *region)
3548 expand_omp_ordered_source_sink (struct omp_region *region,
3552 struct omp_region *inner;
3824 expand_omp_for_generic (struct omp_region *region,
4850 expand_omp_for_static_nochunk (struct omp_region *region,
5643 expand_omp_for_static_chunk (struct omp_region *region,
6340 expand_omp_simd (struct omp_region *region, struct omp_for_data *fd)
7086 expand_omp_taskloop_for_outer (struct omp_region *region,
7247 expand_omp_taskloop_for_inner (struct omp_region *region,
7524 expand_oacc_for (struct omp_region *region, struct omp_for_data *fd)
8051 expand_omp_for (struct omp_region *region, gimple *inner_stmt)
8259 expand_omp_sections (struct omp_region *region)
8270 struct omp_region *inner;
8522 expand_omp_single (struct omp_region *region)
8557 expand_omp_synch (struct omp_region *region)
9457 expand_omp_atomic (struct omp_region *region)
9680 expand_omp_target (struct omp_region *region)
10301 expand_omp (struct omp_region *region)
10403 build_omp_regions_1 (basic_block bb, struct omp_region *parent,
10413 struct omp_region *region;
10680 omp_make_gimple_edges (basic_block bb, struct omp_region **region,
10685 struct omp_region *cur_region = *region;
10808 struct omp_region *i;