Home
last modified time | relevance | path

Searched refs:region_copy (Results 1 – 25 of 58) sorted by relevance

123

/dports/security/py-angr/angr-9.0.5405/angr/analyses/decompiler/optimization_passes/
H A Deager_returns.py111 region_copy = [ node.copy() for node in region ]
112 for node in region_copy:
115 graph.add_edge(pred_node, region_copy[0])
116 for node_a, node_b in zip(region_copy[:-1], region_copy[1:]):
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Doperations.cc35 GQuark Operations::region_copy; member in Operations
52 Operations::region_copy = g_quark_from_static_string (_("region copy")); in make_operations_quarks()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-threadupdate.c2221 basic_block *region_copy) in duplicate_thread_path() argument
2250 if (!region_copy) in duplicate_thread_path()
2252 region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path()
2290 basic_block bb = region_copy[i]; in duplicate_thread_path()
2296 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2305 if (bb_in_bbs (e->dest, region_copy, n_region - 1)) in duplicate_thread_path()
2317 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2341 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2356 e->count = region_copy[n_region - 1]->count; in duplicate_thread_path()
2367 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-threadupdate.c2221 basic_block *region_copy) in duplicate_thread_path() argument
2250 if (!region_copy) in duplicate_thread_path()
2252 region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path()
2290 basic_block bb = region_copy[i]; in duplicate_thread_path()
2296 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2305 if (bb_in_bbs (e->dest, region_copy, n_region - 1)) in duplicate_thread_path()
2317 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2341 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2356 e->count = region_copy[n_region - 1]->count; in duplicate_thread_path()
2367 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-threadupdate.c2084 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2085 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2100 basic_block bb = region_copy[i]; in duplicate_thread_path()
2120 region_copy[i]->count); in duplicate_thread_path()
2127 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2140 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2152 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2166 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2172 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2192 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-threadupdate.c2084 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2085 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2100 basic_block bb = region_copy[i]; in duplicate_thread_path()
2120 region_copy[i]->count); in duplicate_thread_path()
2127 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2140 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2152 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2166 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2172 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2192 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-threadupdate.c2084 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2085 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2100 basic_block bb = region_copy[i]; in duplicate_thread_path()
2120 region_copy[i]->count); in duplicate_thread_path()
2127 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2140 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2152 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2166 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2172 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2192 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-threadupdate.c2084 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2085 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2100 basic_block bb = region_copy[i]; in duplicate_thread_path()
2120 region_copy[i]->count); in duplicate_thread_path()
2127 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2140 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2152 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2166 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2172 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2192 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-threadupdate.c2084 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2085 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2100 basic_block bb = region_copy[i]; in duplicate_thread_path()
2120 region_copy[i]->count); in duplicate_thread_path()
2127 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2140 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2152 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2166 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2172 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2192 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-threadupdate.c2084 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2085 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2100 basic_block bb = region_copy[i]; in duplicate_thread_path()
2120 region_copy[i]->count); in duplicate_thread_path()
2127 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2140 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2152 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2166 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2172 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2192 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_buttons/
H A Dspace_buttons.c404 ARegion *region_copy = BKE_area_region_copy(area_copy.type, region_original); in property_search_all_tabs() local
407 region_copy->visible = true; in property_search_all_tabs()
409 CTX_wm_region_set((bContext *)C, region_copy); in property_search_all_tabs()
436 property_search_for_context(C, region_copy, &sbuts_copy)); in property_search_all_tabs()
438 UI_blocklist_free(C, &region_copy->uiblocks); in property_search_all_tabs()
441 BKE_area_region_free(area_copy.type, region_copy); in property_search_all_tabs()
442 MEM_freeN(region_copy); in property_search_all_tabs()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-threadupdate.c2350 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2351 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2366 basic_block bb = region_copy[i]; in duplicate_thread_path()
2386 region_copy[i]->count); in duplicate_thread_path()
2393 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2406 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2418 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2432 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2438 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2458 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-threadupdate.c2350 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2351 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2366 basic_block bb = region_copy[i]; in duplicate_thread_path()
2386 region_copy[i]->count); in duplicate_thread_path()
2393 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2406 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2418 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2432 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2438 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2458 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-threadupdate.c2269 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2270 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2285 basic_block bb = region_copy[i]; in duplicate_thread_path()
2305 region_copy[i]->count); in duplicate_thread_path()
2312 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2325 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2337 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2351 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2357 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2377 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-threadupdate.c2350 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2351 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2366 basic_block bb = region_copy[i]; in duplicate_thread_path()
2386 region_copy[i]->count); in duplicate_thread_path()
2393 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2406 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2418 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2432 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2438 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2458 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-threadupdate.c2350 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2351 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2366 basic_block bb = region_copy[i]; in duplicate_thread_path()
2386 region_copy[i]->count); in duplicate_thread_path()
2393 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2406 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2418 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2432 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2438 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2458 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-threadupdate.c2350 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2351 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2366 basic_block bb = region_copy[i]; in duplicate_thread_path()
2386 region_copy[i]->count); in duplicate_thread_path()
2393 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2406 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2418 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2432 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2438 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2458 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-threadupdate.c2350 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2351 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2366 basic_block bb = region_copy[i]; in duplicate_thread_path()
2386 region_copy[i]->count); in duplicate_thread_path()
2393 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2406 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2418 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2432 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2438 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2458 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-threadupdate.c2269 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2270 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2285 basic_block bb = region_copy[i]; in duplicate_thread_path()
2305 region_copy[i]->count); in duplicate_thread_path()
2312 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2325 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2337 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2351 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2357 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2377 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-threadupdate.c2269 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2270 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2285 basic_block bb = region_copy[i]; in duplicate_thread_path()
2305 region_copy[i]->count); in duplicate_thread_path()
2312 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2325 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2337 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2351 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2357 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2377 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-threadupdate.c2425 basic_block *region_copy = XNEWVEC (basic_block, n_region); in duplicate_thread_path() local
2426 copy_bbs (region, n_region, region_copy, &exit, 1, &exit_copy, loop, in duplicate_thread_path()
2441 basic_block bb = region_copy[i]; in duplicate_thread_path()
2461 region_copy[i]->count); in duplicate_thread_path()
2468 || region_copy[i + 1] == single_succ_edge (bb)->dest); in duplicate_thread_path()
2481 if (bb_in_bbs (e->dest, region_copy, n_region)) in duplicate_thread_path()
2493 if (region_copy[i + 1] != e->dest) in duplicate_thread_path()
2507 verify_jump_thread (region_copy, n_region); in duplicate_thread_path()
2513 edge fix_e = find_edge (region_copy[n_region - 1], exit->dest); in duplicate_thread_path()
2533 add_phi_args_after_copy (region_copy, n_region, NULL); in duplicate_thread_path()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Doperations.h43 LIBARDOUR_API extern GQuark region_copy;
/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Dregion.h78 Eina_Bool region_copy (Region *dest, Region *source);
H A Dregion.c749 region_copy(Region *dest, Region *src) in region_copy() function
813 return region_copy(dest, dest); in region_intersect()
815 return region_copy(dest, source); in region_intersect()
817 return region_copy(dest, dest); in region_intersect()
846 if (dest != source) return region_copy(dest, source); in region_add()
860 if (dest != source) return region_copy(dest, source); in region_add()
1178 return region_copy(dest, dest); in region_del()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_canvas_events.cc1159 boost::shared_ptr<Region> region_copy; in track_canvas_drag_motion() local
1318 boost::shared_ptr<Region> region_copy = RegionFactory::create (region, true); in drop_regions() local
1320 …if ((boost::dynamic_pointer_cast<AudioRegion> (region_copy) != 0 && dynamic_cast<AudioTimeAxisView… in drop_regions()
1321 …(boost::dynamic_pointer_cast<MidiRegion> (region_copy) != 0 && dynamic_cast<MidiTimeAxisView*> (rt… in drop_regions()
1322 _drags->set (new RegionInsertDrag (this, region_copy, rtav, pos), &event); in drop_regions()

123