Searched +defs:indent +defs:region +defs:function (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-expand.c | 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() [all …]
|
H A D | tree-cfg.c | 446 virtual unsigned int execute (function *) { return execute_build_cfg (); } in execute() argument 6491 basic_block *region, unsigned n_region, in gimple_duplicate_sese_region() 6658 basic_block *region, unsigned n_region, in gimple_duplicate_sese_tail() 7296 basic_block bb, eh_region region, in find_outermost_region_in_block() 7654 eh_region region = NULL; in move_sese_region_to_fn() local 8169 int indent; in dump_function_to_file() local 8246 print_loops_bb (FILE *file, basic_block bb, int indent, int verbosity) in print_loops_bb() 8278 print_loop (FILE *file, struct loop *loop, int indent, int verbosity) in print_loop() 8344 print_loop_and_siblings (FILE *file, struct loop *loop, int indent, in print_loop_and_siblings() 9101 virtual unsigned int execute (function *) { return split_critical_edges (); } in execute() argument [all …]
|