/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vec.h | 213 friend struct va_heap; 254 struct va_heap struct 261 static void reserve (vec<T, va_heap, vl_embed> *&, unsigned, bool argument 265 static void release (vec<T, va_heap, vl_embed> *&); 276 va_heap::reserve (vec<T, va_heap, vl_embed> *&v, unsigned reserve, bool exact in reserve() argument 288 size_t size = vec<T, va_heap, vl_embed>::embedded_size (alloc); in reserve() 290 v = static_cast <vec<T, va_heap, vl_embed> *> (xrealloc (v, size)); in reserve() 307 va_heap::release (vec<T, va_heap, vl_embed> *&v) in release() argument 416 typename A = va_heap, 621 friend struct va_heap; [all …]
|
H A D | ipa-fnsummary.h | 224 public fast_function_summary <ipa_size_summary *, va_heap> 228 fast_function_summary <ipa_size_summary *, va_heap> (symtab) in ipa_size_summary_t() 240 extern fast_function_summary <ipa_size_summary *, va_heap> 278 class ipa_call_summary_t: public fast_call_summary <ipa_call_summary *, va_heap> 282 fast_call_summary <ipa_call_summary *, va_heap> (symtab) {} in ipa_call_summary_t() 341 extern fast_call_summary <ipa_call_summary *, va_heap> *ipa_call_summaries;
|
H A D | ipa-inline-analysis.c | 53 fast_call_summary<edge_growth_cache_entry *, va_heap> *edge_growth_cache = NULL; 91 static fast_function_summary <node_context_summary *, va_heap> 127 = new fast_call_summary<edge_growth_cache_entry *, va_heap> (symtab); in initialize_growth_caches() 129 = new fast_function_summary<node_context_summary *, va_heap> (symtab); in initialize_growth_caches()
|
H A D | symbol-summary.h | 492 gt_ggc_mx (fast_function_summary<T *, va_heap>* const &) 498 gt_pch_nx (fast_function_summary<T *, va_heap>* const &) 504 gt_pch_nx (fast_function_summary<T *, va_heap>* const&, gt_pointer_operator, 925 gt_ggc_mx (fast_call_summary<T *, va_heap>* const &summary ATTRIBUTE_UNUSED) 931 gt_pch_nx (fast_call_summary<T *, va_heap>* const &summary ATTRIBUTE_UNUSED) 937 gt_pch_nx (fast_call_summary<T *, va_heap>* const& summary ATTRIBUTE_UNUSED,
|
H A D | tree-ssa.h | 31 typedef vec<edge_var_map, va_heap, vl_embed> edge_var_map_vector;
|
H A D | ipa-inline.h | 42 extern fast_call_summary<edge_growth_cache_entry *, va_heap> *edge_growth_cache;
|
H A D | ipa-reference.c | 120 <ipa_reference_vars_info_d *, va_heap> 124 fast_function_summary <ipa_reference_vars_info_d *, va_heap> (symtab) {} in ipa_ref_var_info_summary_t() 130 <ipa_reference_optimization_summary_d *, va_heap> 134 fast_function_summary <ipa_reference_optimization_summary_d *, va_heap> (symtab) {} in ipa_ref_opt_summary_t()
|
H A D | tree-ssa-uninit.c | 623 typedef vec<pred_info, va_heap, vl_ptr> pred_chain; 628 typedef vec<pred_chain, va_heap, vl_ptr> pred_chain_union; 1984 push_to_worklist (tree op, vec<pred_info, va_heap, vl_ptr> *work_list, in push_to_worklist() argument 2071 vec<pred_info, va_heap, vl_ptr> *work_list, in normalize_one_pred_1() argument 2166 vec<pred_info, va_heap, vl_ptr> work_list = vNULL; in normalize_one_pred() 2209 vec<pred_info, va_heap, vl_ptr> work_list = vNULL; in normalize_one_pred_chain()
|
H A D | rtl-iter.h | 65 vec <value_type, va_heap, vl_embed> *heap;
|
H A D | df-scan.c | 2118 df_sort_and_compress_refs (vec<df_ref, va_heap> *ref_vec) in df_sort_and_compress_refs() 2226 df_sort_and_compress_mws (vec<df_mw_hardreg *, va_heap> *mw_vec) in df_sort_and_compress_mws() 2336 const vec<df_ref, va_heap> *old_vec, in df_install_refs() 2390 df_install_mws (const vec<df_mw_hardreg *, va_heap> *old_vec) in df_install_mws() 3974 df_refs_verify (const vec<df_ref, va_heap> *new_rec, df_ref old_rec, in df_refs_verify() 4012 df_mws_verify (const vec<df_mw_hardreg *, va_heap> *new_rec, in df_mws_verify()
|
H A D | ipa-pure-const.c | 132 public fast_function_summary <funct_state_d *, va_heap> 136 fast_function_summary <funct_state_d *, va_heap> (symtab) {} in funct_state_summary_t()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vec.h | 213 friend struct va_heap; 254 struct va_heap struct 261 static void reserve (vec<T, va_heap, vl_embed> *&, unsigned, bool argument 265 static void release (vec<T, va_heap, vl_embed> *&); 276 va_heap::reserve (vec<T, va_heap, vl_embed> *&v, unsigned reserve, bool exact in reserve() argument 288 size_t size = vec<T, va_heap, vl_embed>::embedded_size (alloc); in reserve() 290 v = static_cast <vec<T, va_heap, vl_embed> *> (xrealloc (v, size)); in reserve() 307 va_heap::release (vec<T, va_heap, vl_embed> *&v) in release() argument 416 typename A = va_heap, 630 friend struct va_heap; [all …]
|
H A D | ipa-fnsummary.h | 193 vec<size_time_entry, va_heap, vl_ptr> GTY((skip)) call_size_time_table; in class() 200 vec<int, va_heap, vl_ptr> GTY((skip)) builtin_constant_p_parms; in class() 253 public fast_function_summary <ipa_size_summary *, va_heap> 257 fast_function_summary <ipa_size_summary *, va_heap> (symtab) in ipa_size_summary_t() 269 extern fast_function_summary <ipa_size_summary *, va_heap> 307 class ipa_call_summary_t: public fast_call_summary <ipa_call_summary *, va_heap> 311 fast_call_summary <ipa_call_summary *, va_heap> (symtab) {} in ipa_call_summary_t() 404 extern fast_call_summary <ipa_call_summary *, va_heap> *ipa_call_summaries;
|
H A D | ipa-ref.h | 133 vec<ipa_ref_t, va_heap, vl_ptr> references; 136 vec<ipa_ref_t *, va_heap, vl_ptr> referring;
|
H A D | gimple-predicate-analysis.h | 41 typedef vec<pred_info, va_heap, vl_ptr> pred_chain; 45 typedef vec<pred_chain, va_heap, vl_ptr> pred_chain_union;
|
H A D | ipa-inline-analysis.cc | 53 fast_call_summary<edge_growth_cache_entry *, va_heap> *edge_growth_cache = NULL; 91 static fast_function_summary <node_context_summary *, va_heap> 127 = new fast_call_summary<edge_growth_cache_entry *, va_heap> (symtab); in initialize_growth_caches() 129 = new fast_function_summary<node_context_summary *, va_heap> (symtab); in initialize_growth_caches()
|
H A D | symbol-summary.h | 522 gt_ggc_mx (fast_function_summary<T *, va_heap>* const &) 528 gt_pch_nx (fast_function_summary<T *, va_heap>* const &) 534 gt_pch_nx (fast_function_summary<T *, va_heap>* const&, gt_pointer_operator, 973 gt_ggc_mx (fast_call_summary<T *, va_heap>* const &summary ATTRIBUTE_UNUSED) 979 gt_pch_nx (fast_call_summary<T *, va_heap>* const &summary ATTRIBUTE_UNUSED) 985 gt_pch_nx (fast_call_summary<T *, va_heap>* const& summary ATTRIBUTE_UNUSED,
|
H A D | tree-ssa.h | 31 typedef vec<edge_var_map, va_heap, vl_embed> edge_var_map_vector;
|
H A D | ipa-inline.h | 42 extern fast_call_summary<edge_growth_cache_entry *, va_heap> *edge_growth_cache;
|
H A D | ipa-reference.cc | 120 <ipa_reference_vars_info_d *, va_heap> 124 fast_function_summary <ipa_reference_vars_info_d *, va_heap> (symtab) {} in ipa_ref_var_info_summary_t() 130 <ipa_reference_optimization_summary_d *, va_heap> 134 fast_function_summary <ipa_reference_optimization_summary_d *, va_heap> (symtab) {} in ipa_ref_opt_summary_t()
|
H A D | rtl-iter.h | 65 vec <value_type, va_heap, vl_embed> *heap;
|
H A D | df-scan.cc | 2119 df_sort_and_compress_refs (vec<df_ref, va_heap> *ref_vec) in df_sort_and_compress_refs() 2227 df_sort_and_compress_mws (vec<df_mw_hardreg *, va_heap> *mw_vec) in df_sort_and_compress_mws() 2337 const vec<df_ref, va_heap> *old_vec, in df_install_refs() 2391 df_install_mws (const vec<df_mw_hardreg *, va_heap> *old_vec) in df_install_mws() 3994 df_refs_verify (const vec<df_ref, va_heap> *new_rec, df_ref old_rec, in df_refs_verify() 4032 df_mws_verify (const vec<df_mw_hardreg *, va_heap> *new_rec, in df_mws_verify()
|
H A D | ipa-pure-const.cc | 134 public fast_function_summary <funct_state_d *, va_heap> 138 fast_function_summary <funct_state_d *, va_heap> (symtab) {} in funct_state_summary_t()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 316 static vec<const char *, va_heap, vl_embed> *note_includes; 319 static vec<const char *, va_heap, vl_embed> *note_cmis; 2699 vec<tree, va_heap, vl_embed> *post_load_decls; 2896 vec<tree, va_heap> *vec_chained_decls (); 3261 vec<unsigned, va_heap, vl_embed> * 3768 static vec<module_state *, va_heap, vl_embed> *pending_imports; 3829 static vec<binding_slot, va_heap, vl_embed> *entity_ary; 4006 typedef vec<module_state *, va_heap, vl_embed> stack_t; 4893 vec<tree, va_heap> * 4896 vec<tree, va_heap> *v = NULL; in vec_chained_decls() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.c | 163 typedef vec<using_pair, va_heap, vl_embed> using_queue; 172 vec<tree, va_heap, vl_embed> *scopes; 177 static vec<tree, va_heap, vl_embed> *shared_scopes; 279 vec<tree, va_heap, vl_embed> *name_lookup::shared_scopes;
|