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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c2835 static hash_map<tree, varinfo_t> *vi_for_tree; variable
2838 /* Insert ID as the variable id for tree T in the vi_for_tree map. */
2844 gcc_assert (!vi_for_tree->put (t, vi));
2853 varinfo_t *slot = vi_for_tree->get (t);
2915 varinfo_t *slot = vi_for_tree->get (t);
6683 vi_for_tree = new hash_map<tree, varinfo_t>;
6943 delete vi_for_tree; local

Completed in 45 milliseconds