Home
last modified time | relevance | path

Searched refs:eh_map (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.h88 hash_map<void *, void *> *eh_map; member
H A Dexcept.c532 hash_map<void *, void *> *eh_map; member
543 gcc_assert (!data->eh_map->put (old_r, new_r)); in duplicate_eh_regions_1()
588 gcc_assert (!data->eh_map->put (old_lp, new_lp)); in duplicate_eh_regions_1()
622 data.eh_map = new hash_map<void *, void *>; in duplicate_eh_regions()
639 return data.eh_map; in duplicate_eh_regions()
H A Dtree-inline.c1492 new_r = static_cast<eh_region> (*id->eh_map->get (old_r)); in remap_eh_region_nr()
1856 if (id->eh_map) in remap_gimple_stmt()
2349 id->eh_map, id->eh_lp_nr); in copy_bb()
3050 id->eh_map = duplicate_eh_regions (cfun_to_copy, NULL, id->eh_lp_nr, in copy_cfg_body()
3150 if (id->eh_map) in copy_cfg_body()
3152 delete id->eh_map; in copy_cfg_body()
3153 id->eh_map = NULL; in copy_cfg_body()
H A Dtree-cfg.c6872 hash_map<void *, void *> *eh_map; member
6969 new_r = static_cast<eh_region> (*p->eh_map->get (old_r)); in move_stmt_eh_region_nr()
7238 maybe_duplicate_eh_stmt_fn (dest_cfun, stmt, cfun, stmt, d->eh_map, 0); in move_block_to_fn()
7552 hash_map<void *, void *> *eh_map; in move_sese_region_to_fn() local
7625 eh_map = NULL; in move_sese_region_to_fn()
7643 eh_map = duplicate_eh_regions (saved_cfun, region, 0, in move_sese_region_to_fn()
7787 d.eh_map = eh_map; in move_sese_region_to_fn()
7855 if (eh_map) in move_sese_region_to_fn()
7856 delete eh_map; in move_sese_region_to_fn() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.h88 hash_map<void *, void *> *eh_map; member
H A Dexcept.cc533 hash_map<void *, void *> *eh_map; member
544 gcc_assert (!data->eh_map->put (old_r, new_r)); in duplicate_eh_regions_1()
589 gcc_assert (!data->eh_map->put (old_lp, new_lp)); in duplicate_eh_regions_1()
623 data.eh_map = new hash_map<void *, void *>; in duplicate_eh_regions()
640 return data.eh_map; in duplicate_eh_regions()
H A Dtree-inline.cc1491 new_r = static_cast<eh_region> (*id->eh_map->get (old_r)); in remap_eh_region_nr()
1891 if (id->eh_map) in remap_gimple_stmt()
2387 id->eh_map, id->eh_lp_nr); in copy_bb()
3079 id->eh_map = duplicate_eh_regions (cfun_to_copy, NULL, id->eh_lp_nr, in copy_cfg_body()
3179 if (id->eh_map) in copy_cfg_body()
3181 delete id->eh_map; in copy_cfg_body()
3182 id->eh_map = NULL; in copy_cfg_body()
H A Dtree-cfg.cc6954 hash_map<void *, void *> *eh_map; member
7051 new_r = static_cast<eh_region> (*p->eh_map->get (old_r)); in move_stmt_eh_region_nr()
7315 maybe_duplicate_eh_stmt_fn (dest_cfun, stmt, cfun, stmt, d->eh_map, 0); in move_block_to_fn()
7629 hash_map<void *, void *> *eh_map; in move_sese_region_to_fn() local
7702 eh_map = NULL; in move_sese_region_to_fn()
7720 eh_map = duplicate_eh_regions (saved_cfun, region, 0, in move_sese_region_to_fn()
7864 d.eh_map = eh_map; in move_sese_region_to_fn()
7932 if (eh_map) in move_sese_region_to_fn()
7933 delete eh_map; in move_sese_region_to_fn()
H A DChangeLog-20099777 (struct move_stmt_d): Add eh_map.
9785 (move_sese_region_to_fn): Expect eh_map instead of eh_offset from
9798 (copy_cfg_body): Expect eh_map instead of eh_region_offset
9805 eh_lp_nr, eh_region_offset with eh_map.