Searched refs:cur_region (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-eh.c384 eh_region cur_region; member in struct:leh_state
1694 if (using_eh_for_cleanups_p () && !cleanup_is_dead_in (state->cur_region))
1696 this_tf.region = gen_eh_region_cleanup (state->cur_region);
1697 this_state.cur_region = this_tf.region;
1702 this_state.cur_region = state->cur_region;
1800 try_region = gen_eh_region_try (state->cur_region);
1801 this_state.cur_region = try_region;
1813 this_state.cur_region = state->cur_region;
[all...]
H A Domp-low.c12271 struct omp_region *cur_region = *region;
12286 cur_region = new_omp_region (bb, code, cur_region);
12291 cur_region = new_omp_region (bb, code, cur_region);
12304 cur_region = cur_region->outer;
12312 cur_region = new_omp_region (bb, code, cur_region);
12329 cur_region
12267 struct omp_region *cur_region = *region; local
[all...]
H A Dtree-cfg.c816 struct omp_region *cur_region = NULL; local
906 fallthru = make_gimple_omp_edges (bb, &cur_region,
908 if (cur_region && bb_to_omp_idx == NULL)

Completed in 236 milliseconds