Home
last modified time | relevance | path

Searched refs:old_r (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexcept.c537 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 Dtree-eh.c3049 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 Dtree-inline.c1327 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 Dtree-cfg.c7000 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 Dexcept.c490 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 Dtree-eh.c2786 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 Dtree-inline.c1202 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 Dtree-cfg.c5952 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()