Searched refs:cur_region (Results 1 – 3 of 3) sorted by relevance
292 struct eh_region *cur_region; member1360 = gen_eh_region_cleanup (state->cur_region, state->prev_try); in lower_try_finally()1364 this_state.cur_region = this_tf.region; in lower_try_finally()1441 try_region = gen_eh_region_try (state->cur_region); in lower_catch()1442 this_state.cur_region = try_region; in lower_catch()1463 this_state.cur_region = catch_region; in lower_catch()1502 this_region = gen_eh_region_must_not_throw (state->cur_region); in lower_eh_filter()1504 this_region = gen_eh_region_allowed (state->cur_region, in lower_eh_filter()1507 this_state.cur_region = this_region; in lower_eh_filter()1548 this_region = gen_eh_region_cleanup (state->cur_region, state->prev_try); in lower_cleanup()[all …]
460 struct omp_region *cur_region = NULL; in make_edges() local534 cur_region = new_omp_region (bb, code, cur_region); in make_edges()539 cur_region = new_omp_region (bb, code, cur_region); in make_edges()546 cur_region->exit = bb; in make_edges()547 fallthru = cur_region->type != OMP_SECTION; in make_edges()548 cur_region = cur_region->outer; in make_edges()552 cur_region->cont = bb; in make_edges()553 switch (cur_region->type) in make_edges()568 for (i = cur_region->inner; i ; i = i->next) in make_edges()571 make_edge (cur_region->entry, i->entry, 0); in make_edges()
223 struct eh_region *cur_region; member593 note_eh_region_may_contain_throw (cfun->eh->cur_region); in note_current_region_may_contain_throw()