Home
last modified time | relevance | path

Searched refs:try_region (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc1765 eh_region try_region = NULL; in lower_catch() local
1777 try_region = gen_eh_region_try (state->cur_region); in lower_catch()
1778 this_state.cur_region = try_region; in lower_catch()
1784 if (!eh_region_may_contain_throw (try_region)) in lower_catch()
1788 eh_dispatch = gimple_build_eh_dispatch (try_region->index); in lower_catch()
1790 emit_resx (&new_seq, try_region); in lower_catch()
1794 this_state.ehp_region = try_region; in lower_catch()
1815 c = gen_eh_region_catch (try_region, gimple_catch_types (catch_stmt)); in lower_catch()
1846 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label); in lower_catch()
H A DChangeLog-200822310 * except.c (eh_status): Remove cur_region, try_region since they are
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c1770 eh_region try_region = NULL; in lower_catch() local
1782 try_region = gen_eh_region_try (state->cur_region); in lower_catch()
1783 this_state.cur_region = try_region; in lower_catch()
1789 if (!eh_region_may_contain_throw (try_region)) in lower_catch()
1793 eh_dispatch = gimple_build_eh_dispatch (try_region->index); in lower_catch()
1795 emit_resx (&new_seq, try_region); in lower_catch()
1799 this_state.ehp_region = try_region; in lower_catch()
1820 c = gen_eh_region_catch (try_region, gimple_catch_types (catch_stmt)); in lower_catch()
1851 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label); in lower_catch()