Searched refs:create_ggc (Results 1 - 25 of 47) sorted by relevance

12

/haiku-buildtools/gcc/gcc/
H A Dhash-set.h189 create_ggc (size_t n) function in class:hash_set
H A Dipa-inline.h179 static inline_summary_t *create_ggc (symbol_table *symtab) function
H A Dhash-map.h194 static hash_map *create_ggc (size_t size) function
H A Dsymtab.c266 assembler_name_hash = hash_table<asmname_hasher>::create_ggc (10);
1337 symtab->section_hash = hash_table<section_name_hasher>::create_ggc (10);
1403 symtab->init_priority_hash = hash_map<symtab_node *, symbol_priority_map>::create_ggc (13);
H A Ddwarf2asm.c850 indirect_pool = hash_map<const char *, tree>::create_ggc (64);
H A Demit-rtl.c5961 const_int_htab = hash_table<const_int_hasher>::create_ggc (37);
5964 const_wide_int_htab = hash_table<const_wide_int_hasher>::create_ggc (37);
5966 const_double_htab = hash_table<const_double_hasher>::create_ggc (37);
5968 const_fixed_htab = hash_table<const_fixed_hasher>::create_ggc (37);
5970 reg_attrs_htab = hash_table<reg_attr_hasher>::create_ggc (37);
H A Dvarasm.c3694 pool->const_rtx_htab = hash_table<const_rtx_desc_hasher>::create_ggc (31);
5839 tm_clone_hash = hash_table<tm_clone_hasher>::create_ggc (32);
6077 section_htab = hash_table<section_hasher>::create_ggc (31);
6078 object_block_htab = hash_table<object_block_hasher>::create_ggc (31);
6079 const_desc_htab = hash_table<tree_descriptor_hasher>::create_ggc (1009);
H A Dcgraph.c198 cgraph_fnver_htab = hash_table<function_version_hasher>::create_ggc (2);
755 call_site_hash = hash_table<cgraph_edge_hasher>::create_ggc (120);
H A Dhash-table.h1125 create_ggc (size_t n) function in class:hash_table
H A Dfunction.c1241 temp_slot_address_table = hash_table<temp_address_hasher>::create_ggc (32);
5581 *hashp = hash = hash_table<insn_cache_hasher>::create_ggc (17);
6384 func->used_types_hash = hash_set<tree>::create_ggc (37);
6459 = hash_table<used_type_hasher>::create_ggc (37);
H A Dcfgloop.c1089 = hash_table<loop_exit_hasher>::create_ggc (2 * number_of_loops (cfun));
H A Dtree-ssa.c1078 fn->gimple_df->default_defs = hash_table<ssa_name_hasher>::create_ggc (20);
H A Dtrans-mem.c525 tm_wrap_map = hash_table<tm_wrapper_hasher>::create_ggc (32);
3128 = hash_table<tm_restart_hasher>::create_ggc (31);
3215 = hash_table<tm_restart_hasher>::create_ggc (31);
H A Dtree.c667 = hash_table<type_cache_hasher>::create_ggc (TYPE_HASH_INITIAL_SIZE);
670 = hash_table<tree_decl_map_cache_hasher>::create_ggc (512);
673 = hash_table<tree_decl_map_cache_hasher>::create_ggc (512);
675 int_cst_hash_table = hash_table<int_cst_hasher>::create_ggc (1024);
679 cl_option_hash_table = hash_table<cl_option_hasher>::create_ggc (64);
6806 debug_args_for_decl = hash_table<tree_vec_map_cache_hasher>::create_ggc (64);
H A Dalias.c979 = hash_map<int, int, alias_set_traits>::create_ggc (64);
H A Dubsan.c138 = hash_table<tree_type_map_cache_hasher>::create_ggc (10);
H A Dipa-inline-analysis.c1050 inline_summaries = (inline_summary_t*) inline_summary_t::create_ggc (symtab);
4155 inline_summaries = (inline_summary_t*) inline_summary_t::create_ggc (symtab);
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-objcp-common.c224 = hash_table<tree_decl_map_cache_hasher>::create_ggc (512);
H A Dtypeck2.c300 = hash_table<abstract_type_hasher>::create_ggc (31);
H A Dtree.c842 cplus_array_htab = hash_table<cplus_array_hasher>::create_ggc (61);
3879 list_hash_table = hash_table<list_hasher>::create_ggc (61);
H A Dconstexpr.c808 = hash_table<constexpr_fundef_hasher>::create_ggc (101);
967 constexpr_call_table = hash_table<constexpr_call_hasher>::create_ggc (101);
/haiku-buildtools/gcc/gcc/config/nvptx/
H A Dnvptx.c122 declared_fndecls_htab = hash_table<tree_hasher>::create_ggc (17);
123 needed_fndecls_htab = hash_table<tree_hasher>::create_ggc (17);
125 = hash_table<declared_libfunc_hasher>::create_ggc (17);
/haiku-buildtools/gcc/gcc/java/
H A Dclass.c795 hash_table<ict_hasher>::create_ggc (50);
3215 return hash_table<treetreehasher>::create_ggc (size);
/haiku-buildtools/gcc/gcc/config/
H A Ddarwin.c584 machopic_indirections = hash_table<indirection_hasher>::create_ggc (37);
3387 cfstring_htab = hash_table<cfstring_hasher>::create_ggc (31);
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c2009 hash_table<decl_state_hasher>::create_ggc (37);

Completed in 609 milliseconds

12