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

/freebsd-11-stable/contrib/gcc/
H A Ddwarf2asm.c698 static GTY((param1_is (char *), param2_is (tree))) splay_tree indirect_pool;
721 if (! indirect_pool)
722 indirect_pool = splay_tree_new_ggc (splay_tree_compare_pointers);
727 node = splay_tree_lookup (indirect_pool, (splay_tree_key) str);
765 splay_tree_insert (indirect_pool, (splay_tree_key) str,
799 if (indirect_pool)
800 splay_tree_foreach (indirect_pool, dw2_output_indirect_constant_1, NULL);
695 static GTY((param1_is (char *), param2_is (tree))) splay_tree indirect_pool; variable

Completed in 56 milliseconds