Lines Matching +defs:indent +defs:region +defs:function

119 is_combined_parallel (struct omp_region *region)  in is_combined_parallel()
289 determine_parallel_type (struct omp_region *region) in determine_parallel_type()
360 dump_omp_region (FILE *file, struct omp_region *region, int indent) in dump_omp_region()
385 debug_omp_region (struct omp_region *region) in debug_omp_region()
402 struct omp_region *region = XCNEW (struct omp_region); in new_omp_region() local
429 free_omp_region_1 (struct omp_region *region) in free_omp_region_1()
473 parallel_needs_hsa_kernel_p (struct omp_region *region) in parallel_needs_hsa_kernel_p()
509 adjust_context_and_scope (struct omp_region *region, tree entry_block, in adjust_context_and_scope()
560 expand_parallel_call (struct omp_region *region, basic_block bb, in expand_parallel_call()
747 expand_task_call (struct omp_region *region, basic_block bb, in expand_task_call()
906 remove_exit_barrier (struct omp_region *region) in remove_exit_barrier()
990 remove_exit_barriers (struct omp_region *region) in remove_exit_barriers()
1117 expand_omp_taskreg (struct omp_region *region) in expand_omp_taskreg()
2237 expand_omp_ordered_source_sink (struct omp_region *region, in expand_omp_ordered_source_sink()
2513 expand_omp_for_generic (struct omp_region *region, in expand_omp_for_generic()
3280 expand_omp_for_static_nochunk (struct omp_region *region, in expand_omp_for_static_nochunk()
3761 expand_omp_for_static_chunk (struct omp_region *region, in expand_omp_for_static_chunk()
4372 expand_omp_simd (struct omp_region *region, struct omp_for_data *fd) in expand_omp_simd()
4697 expand_omp_taskloop_for_outer (struct omp_region *region, in expand_omp_taskloop_for_outer()
4866 expand_omp_taskloop_for_inner (struct omp_region *region, in expand_omp_taskloop_for_inner()
5130 expand_oacc_for (struct omp_region *region, struct omp_for_data *fd) in expand_oacc_for()
5635 expand_omp_for (struct omp_region *region, gimple *inner_stmt) in expand_omp_for()
5765 expand_omp_sections (struct omp_region *region) in expand_omp_sections()
5960 expand_omp_single (struct omp_region *region) in expand_omp_single()
5988 expand_omp_synch (struct omp_region *region) in expand_omp_synch()
6567 expand_omp_atomic (struct omp_region *region) in expand_omp_atomic()
6900 expand_omp_target (struct omp_region *region) in expand_omp_target()
7728 expand_omp (struct omp_region *region) in expand_omp()
7840 struct omp_region *region; in build_omp_regions_1() local
8022 virtual unsigned int execute (function *) in execute() argument
8073 virtual unsigned int execute (function *) { return execute_expand_omp (); } in execute() argument
8090 omp_make_gimple_edges (basic_block bb, struct omp_region **region, in omp_make_gimple_edges()