Home
last modified time | relevance | path

Searched refs:cur_region (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-eh.cc348 eh_region cur_region; member
1002 outer_state->ehp_region = this_state->cur_region; in honor_protect_cleanup_actions()
1638 eh_region reg = state->cur_region; in cleanup_is_dead_in()
1670 this_tf.region = gen_eh_region_cleanup (state->cur_region); in lower_try_finally()
1671 this_state.cur_region = this_tf.region; in lower_try_finally()
1676 this_state.cur_region = state->cur_region; in lower_try_finally()
1777 try_region = gen_eh_region_try (state->cur_region); in lower_catch()
1778 this_state.cur_region = try_region; in lower_catch()
1779 this_state.outer_non_cleanup = this_state.cur_region; in lower_catch()
1792 this_state.cur_region = state->cur_region; in lower_catch()
[all …]
Domp-expand.cc10685 struct omp_region *cur_region = *region; in omp_make_gimple_edges() local
10699 cur_region = new_omp_region (bb, code, cur_region); in omp_make_gimple_edges()
10704 cur_region = new_omp_region (bb, code, cur_region); in omp_make_gimple_edges()
10706 cur_region = cur_region->outer; in omp_make_gimple_edges()
10710 cur_region = new_omp_region (bb, code, cur_region); in omp_make_gimple_edges()
10713 cur_region = cur_region->outer; in omp_make_gimple_edges()
10717 cur_region = new_omp_region (bb, code, cur_region); in omp_make_gimple_edges()
10722 cur_region = cur_region->outer; in omp_make_gimple_edges()
10726 cur_region = new_omp_region (bb, code, cur_region); in omp_make_gimple_edges()
10748 cur_region = cur_region->outer; in omp_make_gimple_edges()
[all …]
Dtree-cfg.cc963 struct omp_region *cur_region = NULL; in make_edges() local
982 mer = make_edges_bb (bb, &cur_region, &cur_omp_region_idx); in make_edges()
988 if (cur_region && bb_to_omp_idx.is_empty ()) in make_edges()
1091 struct omp_region *cur_region = NULL; in gimple_find_sub_bbs() local
1096 int mer = make_edges_bb (bb, &cur_region, &cur_omp_region_idx); in gimple_find_sub_bbs()
1097 gcc_assert (!mer && !cur_region); in gimple_find_sub_bbs()
DChangeLog5068 cur_region back after new_omp_region.
DChangeLog-200822310 * except.c (eh_status): Remove cur_region, try_region since they are