Searched refs:cur_region (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-eh.cc | 348 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 …]
|
| D | omp-expand.cc | 10685 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 …]
|
| D | tree-cfg.cc | 963 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()
|
| D | ChangeLog | 5068 cur_region back after new_omp_region.
|
| D | ChangeLog-2008 | 22310 * except.c (eh_status): Remove cur_region, try_region since they are
|