Lines Matching refs:this_region
1860 eh_region this_region = NULL;
1868 this_region = gen_eh_region_allowed (state->cur_region,
1870 this_state.cur_region = this_region;
1876 if (!eh_region_may_contain_throw (this_region))
1880 this_state.ehp_region = this_region;
1883 x = gimple_build_eh_dispatch (this_region->index);
1886 emit_resx (&new_seq, this_region);
1888 this_region->u.allowed.label = create_artificial_label (UNKNOWN_LOCATION);
1889 x = gimple_build_label (this_region->u.allowed.label);
1897 return frob_into_branch_around (tp, this_region, NULL);
1912 eh_region this_region;
1914 this_region = gen_eh_region_must_not_throw (state->cur_region);
1915 this_region->u.must_not_throw.failure_decl
1918 this_region->u.must_not_throw.failure_loc
1924 TREE_USED (this_region->u.must_not_throw.failure_decl) = 1;
1926 this_state.cur_region = this_region;
1942 eh_region this_region = NULL;
1949 this_region = gen_eh_region_cleanup (state->cur_region);
1950 this_state.cur_region = this_region;
1956 if (cleanup_dead || !eh_region_may_contain_throw (this_region))
1964 fake_tf.region = this_region;
1975 result = frob_into_branch_around (tp, this_region,