Home
last modified time | relevance | path

Searched refs:create_ggc (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-modref.c213 static modref_summaries *create_ggc (symbol_table *symtab) in class()
237 static modref_summaries_lto *create_ggc (symbol_table *symtab) in class()
1967 summaries = modref_summaries::create_ggc (symtab); in analyze_function()
2005 summary_lto->loads = modref_records_lto::create_ggc in analyze_function()
2010 summary_lto->stores = modref_records_lto::create_ggc in analyze_function()
2168 dst_data->stores = modref_records::create_ggc in duplicate()
2173 dst_data->loads = modref_records::create_ggc in duplicate()
2193 dst_data->stores = modref_records_lto::create_ggc in duplicate()
2198 dst_data->loads = modref_records_lto::create_ggc in duplicate()
2685 summaries_lto = modref_summaries_lto::create_ggc (symtab); in modref_read()
[all …]
H A Dhash-map.h151 static hash_map *create_ggc (size_t size = default_hash_map_size, in class()
341 h = hash_map<K,V,H>::create_ggc (size);
H A Dipa-modref-tree.h440 other = modref_tree<T>::create_ggc (max_bases, max_refs, max_accesses); in ppc_supply_fpregset()
516 static modref_tree<T> *create_ggc (size_t max_bases, size_t max_refs, in ppc_supply_fpregset()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-modref.c213 static modref_summaries *create_ggc (symbol_table *symtab) in class()
237 static modref_summaries_lto *create_ggc (symbol_table *symtab) in class()
1976 summaries = modref_summaries::create_ggc (symtab); in analyze_function()
2014 summary_lto->loads = modref_records_lto::create_ggc in analyze_function()
2019 summary_lto->stores = modref_records_lto::create_ggc in analyze_function()
2177 dst_data->stores = modref_records::create_ggc in duplicate()
2182 dst_data->loads = modref_records::create_ggc in duplicate()
2202 dst_data->stores = modref_records_lto::create_ggc in duplicate()
2207 dst_data->loads = modref_records_lto::create_ggc in duplicate()
2694 summaries_lto = modref_summaries_lto::create_ggc (symtab); in modref_read()
[all …]
H A Dhash-map.h151 static hash_map *create_ggc (size_t size = default_hash_map_size, in class()
341 h = hash_map<K,V,H>::create_ggc (size);
H A Dipa-modref-tree.h440 other = modref_tree<T>::create_ggc (max_bases, max_refs, max_accesses); in merge()
516 static modref_tree<T> *create_ggc (size_t max_bases, size_t max_refs, in create_ggc() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-modref.c213 static modref_summaries *create_ggc (symbol_table *symtab) in class()
237 static modref_summaries_lto *create_ggc (symbol_table *symtab) in class()
1967 summaries = modref_summaries::create_ggc (symtab); in analyze_function()
2005 summary_lto->loads = modref_records_lto::create_ggc in analyze_function()
2010 summary_lto->stores = modref_records_lto::create_ggc in analyze_function()
2168 dst_data->stores = modref_records::create_ggc in duplicate()
2173 dst_data->loads = modref_records::create_ggc in duplicate()
2193 dst_data->stores = modref_records_lto::create_ggc in duplicate()
2198 dst_data->loads = modref_records_lto::create_ggc in duplicate()
2685 summaries_lto = modref_summaries_lto::create_ggc (symtab); in modref_read()
[all …]
H A Dhash-map.h151 static hash_map *create_ggc (size_t size = default_hash_map_size, in class()
341 h = hash_map<K,V,H>::create_ggc (size);
H A Dipa-modref-tree.h440 other = modref_tree<T>::create_ggc (max_bases, max_refs, max_accesses); in merge()
516 static modref_tree<T> *create_ggc (size_t max_bases, size_t max_refs, in create_ggc() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddiagnostic-spec.c166 nowarn_map = nowarn_map_t::create_ggc (32); in suppress_warning_at()
H A Dhash-map.h155 static hash_map *create_ggc (size_t size = default_hash_map_size, in class()
349 h = hash_map<K,V,H>::create_ggc (size);
H A Dipa-modref.c225 static modref_summaries *create_ggc (symbol_table *symtab) in class()
3019 summaries = modref_summaries::create_ggc (symtab); in analyze_function()
3045 summary->loads = modref_records::create_ggc (); in analyze_function()
3047 summary->stores = modref_records::create_ggc (); in analyze_function()
3298 dst_data->stores = modref_records::create_ggc (); in duplicate()
3300 dst_data->loads = modref_records::create_ggc (); in duplicate()
3324 dst_data->stores = modref_records_lto::create_ggc (); in duplicate()
3326 dst_data->loads = modref_records_lto::create_ggc (); in duplicate()
3415 *lto_ret = modref_records_lto::create_ggc (); in read_modref_records()
3417 *nolto_ret = modref_records::create_ggc (); in read_modref_records()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-objcp-common.c149 debug_type_map = tree_cache_map::create_ggc (512); in cp_get_debug_type()
335 = hash_table<tree_decl_map_cache_hasher>::create_ggc (512); in init_shadowed_var_for_decl()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dcp-objcp-common.c149 debug_type_map = tree_cache_map::create_ggc (512); in cp_get_debug_type()
335 = hash_table<tree_decl_map_cache_hasher>::create_ggc (512); in init_shadowed_var_for_decl()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-objcp-common.c149 debug_type_map = tree_cache_map::create_ggc (512); in cp_get_debug_type()
335 = hash_table<tree_decl_map_cache_hasher>::create_ggc (512); in init_shadowed_var_for_decl()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-objcp-common.c149 debug_type_map = tree_cache_map::create_ggc (512); in cp_get_debug_type()
335 = hash_table<tree_decl_map_cache_hasher>::create_ggc (512); in init_shadowed_var_for_decl()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-objcp-common.c149 debug_type_map = tree_cache_map::create_ggc (512); in cp_get_debug_type()
335 = hash_table<tree_decl_map_cache_hasher>::create_ggc (512); in init_shadowed_var_for_decl()
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dcp-objcp-common.c149 debug_type_map = tree_cache_map::create_ggc (512); in cp_get_debug_type()
335 = hash_table<tree_decl_map_cache_hasher>::create_ggc (512); in init_shadowed_var_for_decl()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dhash-map.h151 static hash_map *create_ggc (size_t size = default_hash_map_size, in class()
340 h = hash_map<K,V,H>::create_ggc (size);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dhash-map.h151 static hash_map *create_ggc (size_t size = default_hash_map_size, in class()
340 h = hash_map<K,V,H>::create_ggc (size);
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dhash-map.h151 static hash_map *create_ggc (size_t size = default_hash_map_size, in class()
340 h = hash_map<K,V,H>::create_ggc (size);
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dhash-set.h35 create_ggc (size_t n) in create_ggc() function
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dhash-set.h35 create_ggc (size_t n) in create_ggc() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/riscv/
H A Driscv-shorten-memrefs.c103 regno_map *m = hash_map<regno_hash, int>::create_ggc (10); in analyze()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/riscv/
H A Driscv-shorten-memrefs.c103 regno_map *m = hash_map<regno_hash, int>::create_ggc (10); in analyze()

12345678910>>...42