Home
last modified time | relevance | path

Searched defs:region (Results 1 – 25 of 61) sorted by relevance

123

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsese.c51 sese_build_liveouts_use (sese_info_p region, bitmap liveouts, basic_block bb, in sese_build_liveouts_use()
71 sese_build_liveouts_bb (sese_info_p region, basic_block bb) in sese_build_liveouts_bb()
100 sese_reset_debug_liveouts (sese_info_p region) in sese_reset_debug_liveouts()
131 sese_build_liveouts (sese_info_p region) in sese_build_liveouts()
152 sese_info_p region = XNEW (struct sese_info_t); in new_sese_info() local
168 free_sese_info (sese_info_p region) in free_sese_info()
205 sese_insert_phis_for_liveouts (sese_info_p region, basic_block bb, in sese_insert_phis_for_liveouts()
221 outermost_loop_in_sese_1 (sese_l &region, basic_block bb) in outermost_loop_in_sese_1()
239 outermost_loop_in_sese (sese_l &region, basic_block bb) in outermost_loop_in_sese()
299 move_sese_in_condition (sese_info_p region) in move_sese_in_condition()
[all …]
H A Dsese.h77 sese_l region; member
112 sese_nb_params (sese_info_p region) in sese_nb_params()
157 loop_in_sese_p (struct loop *loop, const sese_l &region) in loop_in_sese_p()
187 sese_loop_depth (const sese_l &region, loop_p loop) in sese_loop_depth()
203 sese_info_p region; member
283 gbb_loop_at_index (gimple_poly_bb_p gbb, sese_l &region, int index) in gbb_loop_at_index()
299 nb_common_loops (sese_l &region, gimple_poly_bb_p gbb1, gimple_poly_bb_p gbb2) in nb_common_loops()
H A Dtrans-mem.c1953 struct tm_region *region; in tm_region_init_0() local
1992 tm_region_init_1 (struct tm_region *region, basic_block bb) in tm_region_init_1()
2033 tm_region_init (struct tm_region *region) in tm_region_init()
2108 struct tm_region *region = (struct tm_region *) in gate_tm_init() local
2174 transaction_subcode_ior (struct tm_region *region, unsigned flags) in transaction_subcode_ior()
2390 expand_assign_tm (struct tm_region *region, gimple_stmt_iterator *gsi) in expand_assign_tm()
2492 expand_call_tm (struct tm_region *region, in expand_call_tm()
2632 expand_block_tm (struct tm_region *region, basic_block bb) in expand_block_tm()
2734 collect_bb2reg (struct tm_region *region, void *data) in collect_bb2reg()
2804 struct tm_region *region; in compute_transaction_bits() local
[all …]
H A Domp-expand.c119 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 Dexcept.c442 eh_region region = gen_eh_region (ERT_ALLOWED_EXCEPTIONS, outer); in gen_eh_region_allowed() local
458 gen_eh_landing_pad (eh_region region) in gen_eh_landing_pad()
951 expand_dw2_landing_pad_for_region (eh_region region) in expand_dw2_landing_pad_for_region()
1572 eh_region region = *pp; in remove_eh_handler_splicer() local
1609 remove_eh_handler (eh_region region) in remove_eh_handler()
1634 eh_region region = *pp; in remove_unreachable_eh_regions_worker() local
2064 eh_region region; in expand_builtin_eh_common() local
2083 eh_region region in expand_builtin_eh_pointer() local
2095 eh_region region in expand_builtin_eh_filter() local
2348 collect_one_action_chain (action_hash_type *ar_hash, eh_region region) in collect_one_action_chain()
[all …]
H A Dtree-eh.c93 record_stmt_eh_region (eh_region region, gimple *t) in record_stmt_eh_region()
224 collect_finally_tree_1 (gimple_seq seq, gtry *region) in collect_finally_tree_1()
233 collect_finally_tree (gimple *stmt, gtry *region) in collect_finally_tree()
378 eh_region region; member
788 emit_post_landing_pad (gimple_seq *seq, eh_region region) in emit_post_landing_pad()
806 emit_resx (gimple_seq *seq, eh_region region) in emit_resx()
817 emit_eh_dispatch (gimple_seq *seq, eh_region region) in emit_eh_dispatch()
827 note_eh_region_may_contain_throw (eh_region region) in note_eh_region_may_contain_throw()
864 frob_into_branch_around (gtry *tp, eh_region region, tree over) in frob_into_branch_around()
901 gtry *region = NULL; in lower_try_finally_dup_block() local
[all …]
H A Ddominance.c222 dom_info::dom_info (vec<basic_block> region, cdi_direction dir) in dom_info()
685 vec<basic_block> region) in compute_dom_fast_query_in_region()
759 vec<basic_block> region) in calculate_dominance_info_for_region()
823 vec<basic_block> region) in free_dominance_info_for_region()
910 get_dominated_by_region (enum cdi_direction dir, basic_block *region, in get_dominated_by_region()
H A Dgimple-streamer-out.c221 int region; in output_bb() local
H A Dgimple-streamer-in.c292 HOST_WIDE_INT region = streamer_read_hwi (ib); in input_bb() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsese.c139 sese_record_loop (sese region, loop_p loop) in sese_record_loop()
152 build_sese_loop_nests (sese region) in build_sese_loop_nests()
190 sese_build_liveouts_use (sese region, bitmap liveouts, basic_block bb, in sese_build_liveouts_use()
214 sese_build_liveouts_bb (sese region, bitmap liveouts, basic_block bb) in sese_build_liveouts_bb()
243 sese_bad_liveouts_use (sese region, bitmap liveouts, basic_block bb, in sese_bad_liveouts_use()
273 sese_reset_debug_liveouts_bb (sese region, bitmap liveouts, basic_block bb) in sese_reset_debug_liveouts_bb()
301 sese_build_liveouts (sese region, bitmap liveouts) in sese_build_liveouts()
317 sese region = XNEW (struct sese_s); in new_sese() local
332 free_sese (sese region) in free_sese()
368 sese_insert_phis_for_liveouts (sese region, basic_block bb, in sese_insert_phis_for_liveouts()
[all …]
H A Dsese.h77 sese_nb_params (sese region) in sese_nb_params()
109 bb_in_sese_p (basic_block bb, sese region) in bb_in_sese_p()
120 stmt_in_sese_p (gimple stmt, sese region) in stmt_in_sese_p()
129 defined_in_sese_p (tree name, sese region) in defined_in_sese_p()
138 loop_in_sese_p (struct loop *loop, sese region) in loop_in_sese_p()
168 sese_loop_depth (sese region, loop_p loop) in sese_loop_depth()
226 sese region; member
367 gbb_loop_at_index (gimple_bb_p gbb, sese region, int index) in gbb_loop_at_index()
383 nb_common_loops (sese region, gimple_bb_p gbb1, gimple_bb_p gbb2) in nb_common_loops()
396 scev_analyzable_p (tree def, sese region) in scev_analyzable_p()
H A Dgraphite-sese-to-poly.c80 remove_invariant_phi (sese region, gimple_stmt_iterator *psi) in remove_invariant_phi()
130 reduction_phi_p (sese region, gimple_stmt_iterator *psi) in reduction_phi_p()
249 outermost_loop_in_sese_1 (sese region, basic_block bb) in outermost_loop_in_sese_1()
276 sese region = SCOP_REGION (scop); in try_generate_gimple_bb() local
349 sese region = SCOP_REGION (scop); in build_scop_bbs_1() local
391 sese region = SCOP_REGION (scop); in build_scop_bbs() local
670 parameter_index_in_region_1 (tree name, sese region) in parameter_index_in_region_1()
689 parameter_index_in_region (tree name, sese region) in parameter_index_in_region()
881 find_params_in_bb (sese region, gimple_bb_p gbb) in find_params_in_bb()
921 sese region = SCOP_REGION (scop); in find_scop_parameters() local
[all …]
H A Dtrans-mem.c1778 struct tm_region *region; in tm_region_init_0() local
1815 tm_region_init_1 (struct tm_region *region, basic_block bb) in tm_region_init_1()
1856 tm_region_init (struct tm_region *region) in tm_region_init()
1931 struct tm_region *region = (struct tm_region *) in gate_tm_init() local
1981 transaction_subcode_ior (struct tm_region *region, unsigned flags) in transaction_subcode_ior()
2152 expand_assign_tm (struct tm_region *region, gimple_stmt_iterator *gsi) in expand_assign_tm()
2234 expand_call_tm (struct tm_region *region, in expand_call_tm()
2350 expand_block_tm (struct tm_region *region, basic_block bb) in expand_block_tm()
2442 struct tm_region *region; in compute_transaction_bits() local
2478 struct tm_region *region; in execute_tm_mark() local
[all …]
H A Dgraphite-scop-detection.c779 bb_in_sd_region (basic_block bb, sd_region *region) in bb_in_sd_region()
787 find_single_entry_edge (sd_region *region) in find_single_entry_edge()
812 find_single_exit_edge (sd_region *region) in find_single_exit_edge()
837 create_single_entry_edge (sd_region *region) in create_single_entry_edge()
920 create_single_exit_edge (sd_region *region) in create_single_exit_edge()
1186 sese region = SCOP_REGION (scop); in limit_scops() local
1451 sese region = SCOP_REGION (scop); in dot_all_scops_1() local
H A Domp-low.c208 is_combined_parallel (struct omp_region *region) in is_combined_parallel()
605 determine_parallel_type (struct omp_region *region) in determine_parallel_type()
1110 dump_omp_region (FILE *file, struct omp_region *region, int indent) in dump_omp_region()
1135 debug_omp_region (struct omp_region *region) in debug_omp_region()
1153 struct omp_region *region = XCNEW (struct omp_region); in new_omp_region() local
1180 free_omp_region_1 (struct omp_region *region) in free_omp_region_1()
2953 expand_parallel_call (struct omp_region *region, basic_block bb, in expand_parallel_call()
3230 remove_exit_barrier (struct omp_region *region) in remove_exit_barrier()
3313 remove_exit_barriers (struct omp_region *region) in remove_exit_barriers()
3398 expand_omp_taskreg (struct omp_region *region) in expand_omp_taskreg()
[all …]
H A Dtree-eh.c104 record_stmt_eh_region (eh_region region, gimple t) in record_stmt_eh_region()
224 collect_finally_tree_1 (gimple_seq seq, gimple region) in collect_finally_tree_1()
233 collect_finally_tree (gimple stmt, gimple region) in collect_finally_tree()
371 eh_region region; member
767 emit_post_landing_pad (gimple_seq *seq, eh_region region) in emit_post_landing_pad()
785 emit_resx (gimple_seq *seq, eh_region region) in emit_resx()
796 emit_eh_dispatch (gimple_seq *seq, eh_region region) in emit_eh_dispatch()
806 note_eh_region_may_contain_throw (eh_region region) in note_eh_region_may_contain_throw()
843 frob_into_branch_around (gimple tp, eh_region region, tree over) in frob_into_branch_around()
878 gimple region = NULL; in lower_try_finally_dup_block() local
[all …]
H A Dexcept.c395 eh_region region = gen_eh_region (ERT_ALLOWED_EXCEPTIONS, outer); in gen_eh_region_allowed() local
411 gen_eh_landing_pad (eh_region region) in gen_eh_landing_pad()
927 expand_dw2_landing_pad_for_region (eh_region region) in expand_dw2_landing_pad_for_region()
1511 remove_eh_handler (eh_region region) in remove_eh_handler()
1944 eh_region region; in expand_builtin_eh_common() local
1963 eh_region region in expand_builtin_eh_pointer() local
1975 eh_region region in expand_builtin_eh_filter() local
2266 collect_one_action_chain (htab_t ar_hash, eh_region region) in collect_one_action_chain()
2417 eh_region region; in convert_to_eh_region_ranges() local
H A Dgimple-streamer-out.c189 int region; in output_bb() local
H A Dgimple-streamer-in.c324 HOST_WIDE_INT region = streamer_read_hwi (ib); in input_bb() local
/dflybsd-src/contrib/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c109 uint64_t region; member
113 uint64_t region; member
933 uint64_t region = *((uint64_t *)(rq->data)); in clog_is_clean() local
958 uint64_t region = *((uint64_t *)(rq->data)); in clog_in_sync() local
1025 static int mark_region(struct log_c *lc, uint64_t region, uint32_t who) in mark_region()
1071 uint64_t *region; in clog_mark_region() local
1096 static int clear_region(struct log_c *lc, uint64_t region, uint32_t who) in clear_region()
1134 uint64_t *region; in clog_clear_region() local
1259 uint64_t region; in clog_set_region_sync() member
1487 uint64_t region = *((uint64_t *)(rq->data)); in clog_is_remote_recovering() local
/dflybsd-src/lib/libc/stdlib/
H A Ddmalloc.c179 struct region { struct
184 static struct region Regions[NREGIONS]; argument
231 region_t region; /* related region */ member
948 region_t region; in memrealloc() local
1005 region_t region; in memfree() local
1232 region_t region; in slaballoc() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dtarget-memory.c105 struct mem_region *region; in split_regular_and_flash_blocks() local
139 struct mem_region *region; in block_boundaries() local
/dflybsd-src/stand/boot/common/
H A Dmisc.c168 hexdump(caddr_t region, size_t len) in hexdump()
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dfrags.h72 unsigned int region:16; member
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dfrags.h72 unsigned int region:16; member

123