HomeSort by: relevance | last modified time | path
    Searched refs:cur_region (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 349 eh_region cur_region; member in struct:leh_state
1003 outer_state->ehp_region = this_state->cur_region;
1640 eh_region reg = state->cur_region;
1672 this_tf.region = gen_eh_region_cleanup (state->cur_region);
1673 this_state.cur_region = this_tf.region;
1678 this_state.cur_region = state->cur_region;
1779 try_region = gen_eh_region_try (state->cur_region);
1780 this_state.cur_region = try_region;
1781 this_state.outer_non_cleanup = this_state.cur_region;
    [all...]
omp-expand.cc 10992 struct omp_region *cur_region = *region;
11006 cur_region = new_omp_region (bb, code, cur_region);
11011 cur_region = new_omp_region (bb, code, cur_region);
11013 cur_region = cur_region->outer;
11017 cur_region = new_omp_region (bb, code, cur_region);
11020 cur_region = cur_region->outer
    [all...]
tree-cfg.cc 967 struct omp_region *cur_region = NULL; local
986 mer = make_edges_bb (bb, &cur_region, &cur_omp_region_idx);
992 if (cur_region && bb_to_omp_idx.is_empty ())
1095 struct omp_region *cur_region = NULL; local
1100 int mer = make_edges_bb (bb, &cur_region, &cur_omp_region_idx);
1101 gcc_assert (!mer && !cur_region);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 349 eh_region cur_region; member in struct:leh_state
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;
    [all...]
omp-expand.cc 10685 struct omp_region *cur_region = *region;
10699 cur_region = new_omp_region (bb, code, cur_region);
10704 cur_region = new_omp_region (bb, code, cur_region);
10706 cur_region = cur_region->outer;
10710 cur_region = new_omp_region (bb, code, cur_region);
10713 cur_region = cur_region->outer
    [all...]
tree-cfg.cc 963 struct omp_region *cur_region = NULL; local
982 mer = make_edges_bb (bb, &cur_region, &cur_omp_region_idx);
988 if (cur_region && bb_to_omp_idx.is_empty ())
1091 struct omp_region *cur_region = NULL; local
1096 int mer = make_edges_bb (bb, &cur_region, &cur_omp_region_idx);
1097 gcc_assert (!mer && !cur_region);

Completed in 81 milliseconds