Searched refs:eh_offset (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | except.c | 888 duplicate_eh_regions_1 (eh_region old, eh_region outer, int eh_offset) in duplicate_eh_regions_1() argument 899 n->region_number += eh_offset; in duplicate_eh_regions_1() 905 n = n->inner = duplicate_eh_regions_1 (old, ret, eh_offset); in duplicate_eh_regions_1() 909 n = n->next_peer = duplicate_eh_regions_1 (old, ret, eh_offset); in duplicate_eh_regions_1() 925 int i, min_region, max_region, eh_offset, cfun_last_region_number; in duplicate_eh_regions() local 947 eh_offset = cfun_last_region_number + 1 - min_region; in duplicate_eh_regions() 952 cfun->eh->last_region_number = max_region + eh_offset; in duplicate_eh_regions() 980 *splice = duplicate_eh_regions_1 (cur, outer, eh_offset); in duplicate_eh_regions() 987 *splice = n = duplicate_eh_regions_1 (cur, outer, eh_offset); in duplicate_eh_regions() 991 n = n->next_peer = duplicate_eh_regions_1 (cur, outer, eh_offset); in duplicate_eh_regions() [all …]
|
| H A D | tree-cfg.c | 4676 bitmap vars_to_remove, htab_t new_label_map, int eh_offset) in move_block_to_fn() argument 4764 else if (TREE_CODE (stmt) == RESX_EXPR && eh_offset != 0) in move_block_to_fn() 4768 + eh_offset); in move_block_to_fn() 4773 add_stmt_to_eh_region_fn (dest_cfun, stmt, region + eh_offset); in move_block_to_fn() 4856 int *entry_flag, *exit_flag, eh_offset; in move_sese_region_to_fn() local 4922 eh_offset = 0; in move_sese_region_to_fn() 4935 eh_offset = duplicate_eh_regions (saved_cfun, new_label_mapper, in move_sese_region_to_fn() 4952 new_label_map, eh_offset); in move_sese_region_to_fn()
|