Searched refs:old_r (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | except.c | 537 eh_region old_r, eh_region outer) in duplicate_eh_regions_1() argument 542 new_r = gen_eh_region (old_r->type, outer); in duplicate_eh_regions_1() 543 gcc_assert (!data->eh_map->put (old_r, new_r)); in duplicate_eh_regions_1() 545 switch (old_r->type) in duplicate_eh_regions_1() 553 for (oc = old_r->u.eh_try.first_catch; oc ; oc = oc->next_catch) in duplicate_eh_regions_1() 565 new_r->u.allowed.type_list = old_r->u.allowed.type_list; in duplicate_eh_regions_1() 566 if (old_r->u.allowed.label) in duplicate_eh_regions_1() 568 = data->label_map (old_r->u.allowed.label, data->label_map_data); in duplicate_eh_regions_1() 575 LOCATION_LOCUS (old_r->u.must_not_throw.failure_loc); in duplicate_eh_regions_1() 577 old_r->u.must_not_throw.failure_decl; in duplicate_eh_regions_1() [all …]
|
H A D | tree-eh.c | 3049 eh_region old_r, new_r; in maybe_duplicate_eh_stmt_fn() local 3051 old_r = (*old_fun->eh->region_array)[-old_lp_nr]; in maybe_duplicate_eh_stmt_fn() 3052 new_r = static_cast<eh_region> (*map->get (old_r)); in maybe_duplicate_eh_stmt_fn()
|
H A D | tree-inline.c | 1327 eh_region old_r, new_r; in remap_eh_region_nr() local 1329 old_r = get_eh_region_from_number_fn (id->src_cfun, old_nr); in remap_eh_region_nr() 1330 new_r = static_cast<eh_region> (*id->eh_map->get (old_r)); in remap_eh_region_nr()
|
H A D | tree-cfg.c | 7000 eh_region old_r, new_r; in move_stmt_eh_region_nr() local 7002 old_r = get_eh_region_from_number (old_nr); in move_stmt_eh_region_nr() 7003 new_r = static_cast<eh_region> (*p->eh_map->get (old_r)); in move_stmt_eh_region_nr()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | except.c | 490 eh_region old_r, eh_region outer) in duplicate_eh_regions_1() argument 496 new_r = gen_eh_region (old_r->type, outer); in duplicate_eh_regions_1() 497 slot = pointer_map_insert (data->eh_map, (void *)old_r); in duplicate_eh_regions_1() 501 switch (old_r->type) in duplicate_eh_regions_1() 509 for (oc = old_r->u.eh_try.first_catch; oc ; oc = oc->next_catch) in duplicate_eh_regions_1() 521 new_r->u.allowed.type_list = old_r->u.allowed.type_list; in duplicate_eh_regions_1() 522 if (old_r->u.allowed.label) in duplicate_eh_regions_1() 524 = data->label_map (old_r->u.allowed.label, data->label_map_data); in duplicate_eh_regions_1() 530 new_r->u.must_not_throw = old_r->u.must_not_throw; in duplicate_eh_regions_1() 534 for (old_lp = old_r->landing_pads; old_lp ; old_lp = old_lp->next_lp) in duplicate_eh_regions_1() [all …]
|
H A D | tree-eh.c | 2786 eh_region old_r, new_r; in maybe_duplicate_eh_stmt_fn() local 2788 old_r = VEC_index (eh_region, old_fun->eh->region_array, -old_lp_nr); in maybe_duplicate_eh_stmt_fn() 2789 slot = pointer_map_contains (map, old_r); in maybe_duplicate_eh_stmt_fn()
|
H A D | tree-inline.c | 1202 eh_region old_r, new_r; in remap_eh_region_nr() local 1205 old_r = get_eh_region_from_number_fn (id->src_cfun, old_nr); in remap_eh_region_nr() 1206 slot = pointer_map_contains (id->eh_map, old_r); in remap_eh_region_nr()
|
H A D | tree-cfg.c | 5952 eh_region old_r, new_r; in move_stmt_eh_region_nr() local 5955 old_r = get_eh_region_from_number (old_nr); in move_stmt_eh_region_nr() 5956 slot = pointer_map_contains (p->eh_map, old_r); in move_stmt_eh_region_nr()
|