Home
last modified time | relevance | path

Searched refs:region (Results 1 – 25 of 160) sorted by relevance

1234567

/dragonfly/contrib/gcc-8.0/gcc/
H A Dsese.c54 gcc_assert (!bb_in_sese_p (bb, region->region)); in sese_build_liveouts_use()
60 if (!def_bb || !bb_in_sese_p (def_bb, region->region)) in sese_build_liveouts_use()
79 sese_build_liveouts_use (region, region->liveout, in sese_build_liveouts_bb()
114 || bb_in_sese_p (gimple_bb (use_stmt), region->region)) in sese_reset_debug_liveouts()
143 if (!bb_in_sese_p (bb, region->region)) in sese_build_liveouts()
154 region->region.entry = entry; in new_sese_info()
155 region->region.exit = exit; in new_sese_info()
323 if_region->false_region->region.exit = region->region.exit; in move_sese_in_condition()
328 region->region = if_region->false_region->region; in move_sese_in_condition()
343 sese_info_p region = if_region->region; in set_ifsese_condition() local
[all …]
H A Dsese.h77 sese_l region; member
112 sese_nb_params (sese_info_p region) in sese_nb_params() argument
114 return region->params.length (); in sese_nb_params()
159 return (bb_in_sese_p (loop->header, region) in loop_in_sese_p()
160 && bb_in_sese_p (loop->latch, region)); in loop_in_sese_p()
191 while (loop_in_sese_p (loop, region)) in sese_loop_depth()
203 sese_info_p region; member
216 return if_region->region->region.entry; in if_region_entry()
222 return if_region->region->region.exit; in if_region_exit()
286 int depth = sese_loop_depth (region, loop); in gbb_loop_at_index()
[all …]
H A Dtrans-mem.c2017 region = region->outer; in tm_region_init_1()
2062 region = tm_region_init_1 (region, bb); in tm_region_init()
2110 memset (region, 0, sizeof (*region)); in gate_tm_init()
2176 if (region && region->transaction_stmt) in transaction_subcode_ior()
2816 for (region = all_tm_regions; region; region = region->next) in compute_transaction_bits()
2904 region->restart_block = region->entry_block; in expand_transaction()
3026 if (region->restart_block == region->entry_block in expand_transaction()
3424 region = region->next; in expand_regions()
4036 for (region = all_tm_regions; region; region = region->next) in execute_tm_memopt()
4639 for (region = d->all_tm_regions; region; region = region->next) in ipa_tm_scan_irr_function()
[all …]
H A Domp-expand.c294 if (region == NULL || region->inner == NULL in determine_parallel_type()
295 || region->exit == NULL || region->inner->exit == NULL in determine_parallel_type()
423 return region; in new_omp_region()
439 free (region); in free_omp_region_1()
476 for (region = region->outer; region; region = region->outer) in parallel_needs_hsa_kernel_p()
519 for (region = region->outer; in adjust_context_and_scope()
520 region && parent_fndecl == NULL_TREE; region = region->outer) in adjust_context_and_scope()
997 region = region->inner; in remove_exit_barriers()
1001 region = region->next; in remove_exit_barriers()
7814 region = region->next; in expand_omp()
[all …]
H A Dexcept.c448 return region; in gen_eh_region_allowed()
463 lp->region = region; in gen_eh_landing_pad()
1369 r = lp->region; in sjlj_emit_dispatch_table()
1582 if (region->inner) in remove_eh_handler_splicer()
1831 r = lp->region; in get_eh_region_and_lp_from_rtx()
2064 eh_region region; in expand_builtin_eh_common() local
2075 return region; in expand_builtin_eh_common()
2083 eh_region region in expand_builtin_eh_pointer() local
2095 eh_region region in expand_builtin_eh_filter() local
2558 eh_region region; in convert_to_eh_region_ranges() local
[all …]
H A Dtree-eh.c95 if (region == NULL) in record_stmt_eh_region()
263 region); in collect_finally_tree()
378 eh_region region; member
810 if (region->outer) in emit_resx()
833 region = region->outer; in note_eh_region_may_contain_throw()
873 if (region) in frob_into_branch_around()
2317 gcc_assert (change_region || new_lp->region == old_lp->region); in redirect_eh_edge_1()
3981 eh_region region; in remove_unreachable_handlers() local
4000 if (region && !bitmap_bit_p (r_reachable, region->index)) in remove_unreachable_handlers()
4066 eh_region region; in remove_unreachable_handlers_no_lp() local
[all …]
H A Ddominance.c230 int max_index = region[0]->index; in dom_info()
233 max_index = region[i]->index; in dom_info()
245 m_start_block = region[0]; in dom_info()
246 m_end_block = region[nm1]; in dom_info()
250 m_start_block = region[nm1]; in dom_info()
251 m_end_block = region[0]; in dom_info()
685 vec<basic_block> region) in compute_dom_fast_query_in_region() argument
699 bb = region[i]; in compute_dom_fast_query_in_region()
759 vec<basic_block> region) in calculate_dominance_info_for_region() argument
776 dom_info di (region, dir); in calculate_dominance_info_for_region()
[all …]
H A Dgimple-streamer-out.c221 int region; in output_bb() local
227 region = lookup_stmt_eh_lp_fn (fn, stmt); in output_bb()
228 if (region != 0) in output_bb()
231 streamer_write_hwi (ob, region); in output_bb()
H A Dgraphite.c148 if (!bb_in_sese_p (bb, scop->scop_info->region)) in print_graphite_scop_statistics()
167 if (loop->header == bb && loop_in_sese_p (loop, scop->scop_info->region)) in print_graphite_scop_statistics()
176 edge scop_begin = scop->scop_info->region.entry; in print_graphite_scop_statistics()
177 edge scop_end = scop->scop_info->region.exit; in print_graphite_scop_statistics()
416 (scops[i]->scop_info->region.entry->dest->loop_father); in graphite_transform_loops()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsese.c152 build_sese_loop_nests (sese region) in build_sese_loop_nests() argument
159 if (bb_in_sese_p (bb, region)) in build_sese_loop_nests()
166 sese_record_loop (region, loop); in build_sese_loop_nests()
319 SESE_ENTRY (region) = entry; in new_sese()
320 SESE_EXIT (region) = exit; in new_sese()
326 return region; in new_sese()
332 free_sese (sese region) in free_sese() argument
334 if (SESE_LOOPS (region)) in free_sese()
340 XDELETE (region); in free_sese()
785 sese region = if_region->region; in set_ifsese_condition() local
[all …]
H A Dsese.h77 sese_nb_params (sese region) in sese_nb_params() argument
109 bb_in_sese_p (basic_block bb, sese region) in bb_in_sese_p() argument
120 stmt_in_sese_p (gimple stmt, sese region) in stmt_in_sese_p() argument
123 return bb && bb_in_sese_p (bb, region); in stmt_in_sese_p()
129 defined_in_sese_p (tree name, sese region) in defined_in_sese_p() argument
132 return stmt_in_sese_p (stmt, region); in defined_in_sese_p()
177 while (loop_in_sese_p (loop, region)) in sese_loop_depth()
226 sese region; member
240 return SESE_ENTRY (if_region->region); in if_region_entry()
246 return SESE_EXIT (if_region->region); in if_region_exit()
[all …]
H A Dtrans-mem.c1840 region = region->outer; in tm_region_init_1()
1884 region = tm_region_init_1 (region, bb); in tm_region_init()
1890 region = tm_region_init_0 (region, bb, g); in tm_region_init()
1933 memset (region, 0, sizeof (*region)); in gate_tm_init()
1983 if (region && region->transaction_stmt) in transaction_subcode_ior()
2454 for (region = all_tm_regions; region; region = region->next) in compute_transaction_bits()
2486 for (region = all_tm_regions; region ; region = region->next) in execute_tm_mark()
2773 region = region->next; in expand_regions()
3416 for (region = all_tm_regions; region; region = region->next) in execute_tm_memopt()
3999 for (region = d->all_tm_regions; region; region = region->next) in ipa_tm_scan_irr_function()
[all …]
H A Dgraphite-scop-detection.c781 return bb_in_region (bb, region->entry, region->exit); in bb_in_sd_region()
839 if (find_single_entry_edge (region)) in create_single_entry_edge()
888 if (region->entry->loop_father->header != region->entry in create_single_entry_edge()
891 region->exit)) in create_single_entry_edge()
949 exit = region->exit; in create_single_exit_edge()
950 region->exit = NULL; in create_single_exit_edge()
1187 build_sese_loop_nests (region); in limit_scops()
1451 sese region = SCOP_REGION (scop); in dot_all_scops_1() local
1452 if (bb_in_sese_p (bb, region) in dot_all_scops_1()
1519 && bb == SESE_EXIT_BB (region)) in dot_all_scops_1()
[all …]
H A Dgraphite-sese-to-poly.c154 remove_invariant_phi (region, psi); in reduction_phi_p()
253 if (loop_in_sese_p (nest, region)) 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
354 || !bb_in_sese_p (bb, region)) in build_scop_bbs_1()
391 sese region = SCOP_REGION (scop); in build_scop_bbs() local
1307 sese region; member
1407 data.region = region; in build_sese_conditions()
2058 if (!bb_in_sese_p (bb, region)) in analyze_drs_in_stmts()
3283 build_sese_loop_nests (region); in build_poly_scop()
[all …]
H A Dtree-eh.c106 if (region == NULL) in record_stmt_eh_region()
371 eh_region region; member
789 if (region->outer) in emit_resx()
812 region = region->outer; in note_eh_region_may_contain_throw()
813 if (region == NULL) in note_eh_region_may_contain_throw()
852 if (region) in frob_into_branch_around()
878 gimple region = NULL; in lower_try_finally_dup_block() local
1628 if (this_tf.region) in lower_try_finally()
2225 gcc_assert (change_region || new_lp->region == old_lp->region); in redirect_eh_edge_1()
3493 eh_region region; in remove_unreachable_handlers() local
[all …]
H A Dexcept.c401 return region; in gen_eh_region_allowed()
416 lp->region = region; in gen_eh_landing_pad()
1321 r = lp->region; in sjlj_emit_dispatch_table()
1530 if (region->inner) in remove_eh_handler()
1717 r = lp->region; in get_eh_region_and_lp_from_rtx()
1944 eh_region region; in expand_builtin_eh_common() local
1955 return region; in expand_builtin_eh_common()
1963 eh_region region in expand_builtin_eh_pointer() local
1975 eh_region region in expand_builtin_eh_filter() local
2417 eh_region region; in convert_to_eh_region_ranges() local
[all …]
H A Domp-low.c610 if (region == NULL || region->inner == NULL in determine_parallel_type()
611 || region->exit == NULL || region->inner->exit == NULL in determine_parallel_type()
1118 if (region->cont) in dump_omp_region()
1124 if (region->exit) in dump_omp_region()
1174 return region; in new_omp_region()
1190 free (region); in free_omp_region_1()
3320 region = region->inner; in remove_exit_barriers()
3324 region = region->next; in remove_exit_barriers()
5517 basic_block load_bb = region->entry, store_bb = region->exit; in expand_omp_atomic()
5582 while (region) in expand_omp()
[all …]
H A Dgimple-streamer-out.c189 int region; in output_bb() local
195 region = lookup_stmt_eh_lp_fn (fn, stmt); in output_bb()
196 if (region != 0) in output_bb()
199 streamer_write_hwi (ob, region); in output_bb()
/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c109 uint64_t region; member
113 uint64_t region; member
1031 if (m->region == region) { in mark_region()
1052 m->region = region; in mark_region()
1071 uint64_t *region; in clog_mark_region() local
1102 if (m->region == region) { in clear_region()
1134 uint64_t *region; in clog_clear_region() local
1259 uint64_t region; in clog_set_region_sync() member
1297 (pkg->region) ? pkg->region - 1 : 0)) { in clog_set_region_sync()
1528 if (rr->region == region) in clog_is_remote_recovering()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dtarget-memory.c105 struct mem_region *region; in split_regular_and_flash_blocks() local
121 region = lookup_mem_region (cur_address); in split_regular_and_flash_blocks()
122 r = region->attrib.mode == MEM_FLASH ? flash_blocks : regular_blocks; in split_regular_and_flash_blocks()
123 cur_address = region->hi; in split_regular_and_flash_blocks()
124 claim_memory (blocks, r, region->lo, region->hi); in split_regular_and_flash_blocks()
139 struct mem_region *region; in block_boundaries() local
142 region = lookup_mem_region (address); in block_boundaries()
143 gdb_assert (region->attrib.mode == MEM_FLASH); in block_boundaries()
144 blocksize = region->attrib.blocksize; in block_boundaries()
H A Dmemattr.c228 static struct mem_region region; in lookup_mem_region() local
278 region.lo = lo; in lookup_mem_region()
279 region.hi = hi; in lookup_mem_region()
285 region.attrib = unknown_mem_attrib; in lookup_mem_region()
287 region.attrib = default_mem_attrib; in lookup_mem_region()
289 return &region; in lookup_mem_region()
/dragonfly/stand/boot/common/
H A Dmisc.c168 hexdump(caddr_t region, size_t len) in hexdump() argument
176 for (line = region; line < (region + len); line += 16) { in hexdump()
180 if ((line + x) < (region + len)) { in hexdump()
190 if ((line + x) < (region + len)) { in hexdump()
/dragonfly/lib/libc/stdlib/
H A Ddmalloc.c175 typedef struct region *region_t;
179 struct region { struct
948 region_t region; in memrealloc() local
1005 region_t region; in memfree() local
1232 region_t region; in slaballoc() local
1508 region = &Regions[ri]; in slaballoc()
1509 MASSERT(region->slab == NULL); in slaballoc()
1516 region[j].slab = slab; in slaballoc()
1542 slab->region = region; in slaballoc()
1563 if (slab->region->slab == slab) { in slabfree()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dvirtual138 >0x30000 ulelong !0x69676572 \b, 1st region INVALID
139 >0x30000 ulelong =0x69676572 \b; region
140 # region Checksum. CRC-32C hash over the entire 64-KB table
152 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX
154 # 2nd region entry often metadata id
158 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX
160 # 2nd region
161 >>0x40000 ulelong !0x69676572 \b, 2nd region INVALID
172 # 8B7CA206-4790-4B9A-B8FE-575F050F886E Metadata region GUID
173 # 06A27C8B90479A4BB8FE575F050F886E Metadata region ID
/dragonfly/sys/dev/agp/
H A Dagp_if.m103 # the chipset. An opaque handle representing the memory region is
117 # Free a memory region previously allocated with alloc_memory. Return
126 # Bind a memory region to a specific byte offset within the chipset's
129 # the memory region.
138 # Unbind a memory region bound with bind_memory.

1234567