Home
last modified time | relevance | path

Searched refs:vi_for_tree (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c2871 static hash_map<tree, varinfo_t> *vi_for_tree; variable
2880 gcc_assert (!vi_for_tree->put (t, vi)); in insert_vi_for_tree()
2889 varinfo_t *slot = vi_for_tree->get (t); in lookup_vi_for_tree()
2936 varinfo_t *slot = vi_for_tree->get (t); in get_vi_for_tree()
7196 vi_for_tree = new hash_map<tree, varinfo_t>; in init_alias_vars()
7554 delete vi_for_tree; in delete_points_to_sets() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc2876 static hash_map<tree, varinfo_t> *vi_for_tree; variable
2885 gcc_assert (!vi_for_tree->put (t, vi)); in insert_vi_for_tree()
2894 varinfo_t *slot = vi_for_tree->get (t); in lookup_vi_for_tree()
2941 varinfo_t *slot = vi_for_tree->get (t); in get_vi_for_tree()
7328 vi_for_tree = new hash_map<tree, varinfo_t>; in init_alias_vars()
7712 delete vi_for_tree; in delete_points_to_sets()
H A DChangeLog-200729865 * tree-ssa-structalias.c (vi_for_tree): Change to pointer_map.
29873 (init_alias_vars): Create vi_for_tree as pointer_map.
29874 (delete_points_to_sets): Delete vi_for_tree using pointer_map_destroy.