Home | History | Annotate | Download | only in gcc

Lines Matching refs:cur_region

349   eh_region cur_region;
1003 outer_state->ehp_region = this_state->cur_region;
1639 eh_region reg = state->cur_region;
1671 this_tf.region = gen_eh_region_cleanup (state->cur_region);
1672 this_state.cur_region = this_tf.region;
1677 this_state.cur_region = state->cur_region;
1778 try_region = gen_eh_region_try (state->cur_region);
1779 this_state.cur_region = try_region;
1780 this_state.outer_non_cleanup = this_state.cur_region;
1793 this_state.cur_region = state->cur_region;
1868 this_region = gen_eh_region_allowed (state->cur_region,
1870 this_state.cur_region = this_region;
1871 this_state.outer_non_cleanup = this_state.cur_region;
1879 this_state.cur_region = state->cur_region;
1914 this_region = gen_eh_region_must_not_throw (state->cur_region);
1926 this_state.cur_region = this_region;
1927 this_state.outer_non_cleanup = this_state.cur_region;
1949 this_region = gen_eh_region_cleanup (state->cur_region);
1950 this_state.cur_region = this_region;
2074 if (state->cur_region && stmt_could_throw_p (cfun, stmt))
2076 record_stmt_eh_region (state->cur_region, stmt);
2077 note_eh_region_may_contain_throw (state->cur_region);