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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c98 add_stmt_to_eh_region_fn (struct function *ifun, tree t, int num)
110 if (!get_eh_throw_stmt_table (ifun))
111 set_eh_throw_stmt_table (ifun, htab_create_ggc (31, struct_ptr_hash,
115 slot = htab_find_slot (get_eh_throw_stmt_table (ifun), n, INSERT);
123 add_stmt_to_eh_region_fn (ifun, t, num);
133 remove_stmt_from_eh_region_fn (struct function *ifun, tree t)
138 if (!get_eh_throw_stmt_table (ifun))
142 slot = htab_find_slot (get_eh_throw_stmt_table (ifun), &dummy,
146 htab_clear_slot (get_eh_throw_stmt_table (ifun), slot);
152 remove_stmt_from_eh_region_fn (ifun,
95 add_stmt_to_eh_region_fn(struct function *ifun, tree t, int num) argument
130 remove_stmt_from_eh_region_fn(struct function *ifun, tree t) argument
163 lookup_stmt_eh_region_fn(struct function *ifun, tree t) argument
[all...]
H A Dexcept.c929 duplicate_eh_regions (struct function *ifun, duplicate_eh_regions_map map,
936 if (!ifun->eh->region_tree)
948 cur = VEC_index (eh_region, ifun->eh->region_array, copy_region);
952 min_region = 1, max_region = ifun->eh->last_region_number;
987 cur = VEC_index (eh_region, ifun->eh->region_array, copy_region);
994 cur = ifun->eh->region_tree;
1072 eh_region_outer_p (struct function *ifun, int region_a, int region_b)
1076 gcc_assert (ifun->eh->last_region_number > 0);
1077 gcc_assert (ifun->eh->region_tree);
1079 rp_a = VEC_index (eh_region, ifun
921 duplicate_eh_regions(struct function *ifun, duplicate_eh_regions_map map, void *data, int copy_region, int outer_region) argument
1064 eh_region_outer_p(struct function *ifun, int region_a, int region_b) argument
1091 eh_region_outermost(struct function *ifun, int region_a, int region_b) argument
[all...]
H A Dtree-cfg.c823 label_to_block_fn (struct function *ifun, tree dest) argument
840 if (VEC_length (basic_block, ifun->cfg->x_label_to_block_map)
843 return VEC_index (basic_block, ifun->cfg->x_label_to_block_map, uid);

Completed in 76 milliseconds