Searched refs:tree_map (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/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;
232 h = (struct tree_map *) htab_find_with_hash (shadowed_var_for_decl, &in,
244 struct tree_map *h;
247 h = GGC_NEW (struct tree_map);
252 *(struct tree_map **) loc = h;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c351 The elements of the hash tables are tree_map objects. */
366 struct tree_map to_find;
367 struct tree_map *found;
377 found = (struct tree_map *) *slot;
386 maybe_add_match (htab_t ref_map, struct tree_map *key)
388 struct tree_map *found = htab_find (ref_map, key);
401 struct tree_map *tp = pool_alloc (references_pool);
426 create_alloc_pool ("ref_table_alloc_pool", sizeof (struct tree_map), 20);
531 struct tree_map match;
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)))
3939 const struct tree_map *a = va, *b = vb;
3943 /* Hash a from tree in a tree_map. */
3948 return (((const struct tree_map *) item)->hash);
3958 tree from = ((struct tree_map *) p)->from;
4027 struct tree_map *h;
4028 struct tree_map in;
4041 struct tree_map *
[all...]
H A Dlambda-code.c2127 struct tree_map *h, in;
2196 h = ggc_alloc (sizeof (struct tree_map));
2201 gcc_assert ((*(struct tree_map **)loc) == NULL);
2202 *(struct tree_map **) loc = h;
H A Dtree-inline.c2759 tree_function_versioning (tree old_decl, tree new_decl, varray_type tree_map, argument
2827 /* If there's a tree_map, prepare for substitution. */
2828 if (tree_map)
2829 for (i = 0; i < VARRAY_ACTIVE_SIZE (tree_map); i++)
2831 replace_info = VARRAY_GENERIC_PTR (tree_map, i);
H A Dcgraphunit.c1840 varray_type tree_map)
1860 tree_function_versioning (old_decl, new_decl, tree_map, false);
1838 cgraph_function_versioning(struct cgraph_node *old_version_node, VEC(cgraph_edge_p,heap) *redirect_callers, varray_type tree_map) argument
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;
353 struct tree_map *h;
356 h = ggc_alloc (sizeof (struct tree_map));
361 *(struct tree_map **) loc = h;
H A Dtree-cfg.c4637 struct tree_map in, *out;
4823 struct tree_map *m;
4828 m = xmalloc (sizeof (struct tree_map));
H A Dtree.h4660 struct tree_map GTY(())
4635 struct tree_map GTY(()) function

Completed in 126 milliseconds