Home
last modified time | relevance | path

Searched refs:tree_map (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-objcp-common.c221 static GTY ((if_marked ("tree_map_marked_p"), param_is (struct tree_map)))
229 struct tree_map *h, in; in decl_shadowed_for_var_lookup()
232 h = (struct tree_map *) htab_find_with_hash (shadowed_var_for_decl, &in, in decl_shadowed_for_var_lookup()
244 struct tree_map *h; in decl_shadowed_for_var_insert()
247 h = GGC_NEW (struct tree_map); in decl_shadowed_for_var_insert()
252 *(struct tree_map **) loc = h; in decl_shadowed_for_var_insert()
/openbsd-src/gnu/gcc/gcc/
H A Dtree.c140 static GTY ((if_marked ("tree_map_marked_p"), param_is (struct tree_map)))
143 static GTY ((if_marked ("tree_map_marked_p"), param_is (struct tree_map)))
149 static GTY ((if_marked ("tree_map_marked_p"), param_is (struct tree_map)))
3915 const struct tree_map *a = va, *b = vb; in tree_map_eq()
3924 return (((const struct tree_map *) item)->hash); in tree_map_hash()
3934 tree from = ((struct tree_map *) p)->from; in tree_map_marked_p()
4003 struct tree_map *h; in decl_restrict_base_lookup()
4004 struct tree_map in; in decl_restrict_base_lookup()
4017 struct tree_map *h; in decl_restrict_base_insert()
4020 h = ggc_alloc (sizeof (struct tree_map)); in decl_restrict_base_insert()
[all …]
H A Dtree-inline.c2759 tree_function_versioning (tree old_decl, tree new_decl, varray_type tree_map, in tree_function_versioning() argument
2828 if (tree_map) in tree_function_versioning()
2829 for (i = 0; i < VARRAY_ACTIVE_SIZE (tree_map); i++) in tree_function_versioning()
2831 replace_info = VARRAY_GENERIC_PTR (tree_map, i); in tree_function_versioning()
H A Dlambda-code.c2127 struct tree_map *h, in; in replace_uses_equiv_to_x_with_y()
2196 h = ggc_alloc (sizeof (struct tree_map)); in replace_uses_equiv_to_x_with_y()
2201 gcc_assert ((*(struct tree_map **)loc) == NULL); in replace_uses_equiv_to_x_with_y()
2202 *(struct tree_map **) loc = h; in replace_uses_equiv_to_x_with_y()
H A Dcgraphunit.c1840 varray_type tree_map) in cgraph_function_versioning() argument
1860 tree_function_versioning (old_decl, new_decl, tree_map, false); in cgraph_function_versioning()
H A Dtree-ssa-structalias.c166 static GTY ((if_marked ("tree_map_marked_p"), param_is (struct tree_map))) htab_t heapvar_for_stmt;
338 struct tree_map *h, in; in heapvar_lookup()
353 struct tree_map *h; in heapvar_insert()
356 h = ggc_alloc (sizeof (struct tree_map)); in heapvar_insert()
361 *(struct tree_map **) loc = h; in heapvar_insert()
H A Dtree-cfg.c4630 struct tree_map in, *out; in move_stmt_r()
4816 struct tree_map *m; in new_label_mapper()
4821 m = xmalloc (sizeof (struct tree_map)); in new_label_mapper()
H A Dtree.h4612 struct tree_map GTY(())