Searched refs:tree_map (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cp-objcp-common.c | 221 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()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-alias-warnings.c | 364 struct tree_map to_find; in match() 365 struct tree_map *found; in match() 375 found = (struct tree_map *) *slot; in match() 384 maybe_add_match (htab_t ref_map, struct tree_map *key) in maybe_add_match() 386 struct tree_map *found = htab_find (ref_map, key); in maybe_add_match() 399 struct tree_map *tp = pool_alloc (references_pool); in add_key() 424 create_alloc_pool ("ref_table_alloc_pool", sizeof (struct tree_map), 20); in reference_table_alloc_pool() 529 struct tree_map match; in find_references_in_tree_helper()
|
| H A D | tree.c | 3920 const struct tree_map *a = va, *b = vb; in tree_map_eq() 4008 struct tree_map *h; in decl_restrict_base_lookup() 4009 struct tree_map in; in decl_restrict_base_lookup() 4022 struct tree_map *h; in decl_restrict_base_insert() 4030 *(struct tree_map **) loc = h; in decl_restrict_base_insert() 4074 struct tree_map *h, in; in decl_debug_expr_lookup() 4088 struct tree_map *h; in decl_debug_expr_insert() 4096 *(struct tree_map **) loc = h; in decl_debug_expr_insert() 4104 struct tree_map *h, in; in decl_value_expr_lookup() 4118 struct tree_map *h; in decl_value_expr_insert() [all …]
|
| H A D | tree-inline.c | 2759 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 D | lambda-code.c | 2127 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 D | cgraphunit.c | 1854 varray_type tree_map) in cgraph_function_versioning() argument 1874 tree_function_versioning (old_decl, new_decl, tree_map, false); in cgraph_function_versioning()
|
| H A D | tree-ssa-structalias.c | 166 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 D | tree-cfg.c | 4637 struct tree_map in, *out; in move_stmt_r() 4823 struct tree_map *m; in new_label_mapper() 4828 m = xmalloc (sizeof (struct tree_map)); in new_label_mapper()
|
| H A D | tree.h | 4696 struct tree_map GTY(())
|
| H A D | ChangeLog-2005 | 12236 (tree_map): Move to tree.h. 16794 * tree.c (struct tree_map): New structure.
|