/dflybsd-src/contrib/gcc-8.0/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 286 size_t size = vec<T, va_heap, vl_embed>::embedded_size (alloc); in reserve() 288 v = static_cast <vec<T, va_heap, vl_embed> *> (xrealloc (v, size)); in reserve() 300 va_heap::release (vec<T, va_heap, vl_embed> *&v) in release() argument 404 typename A = va_heap, 606 friend struct va_heap; [all …]
|
H A D | tree-ssa.h | 31 typedef vec<edge_var_map, va_heap, vl_embed> edge_var_map_vector;
|
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; 1991 push_to_worklist (tree op, vec<pred_info, va_heap, vl_ptr> *work_list, in push_to_worklist() argument 2078 vec<pred_info, va_heap, vl_ptr> *work_list, in normalize_one_pred_1() argument 2173 vec<pred_info, va_heap, vl_ptr> work_list = vNULL; in normalize_one_pred() 2216 vec<pred_info, va_heap, vl_ptr> work_list = vNULL; in normalize_one_pred_chain()
|
H A D | rtl-iter.h | 64 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() 2229 df_sort_and_compress_mws (vec<df_mw_hardreg *, va_heap> *mw_vec) in df_sort_and_compress_mws() 2339 const vec<df_ref, va_heap> *old_vec, in df_install_refs() 2393 df_install_mws (const vec<df_mw_hardreg *, va_heap> *old_vec) in df_install_mws() 4007 df_refs_verify (const vec<df_ref, va_heap> *new_rec, df_ref old_rec, in df_refs_verify() 4045 df_mws_verify (const vec<df_mw_hardreg *, va_heap> *new_rec, in df_mws_verify()
|
H A D | tree-chkp-opt.c | 73 vec<struct check_info, va_heap, vl_ptr> checks; 87 static vec<struct bb_checks, va_heap, vl_ptr> check_infos;
|
H A D | tree-ssa-strlen.c | 138 static vec<strinfo *, va_heap, vl_embed> *stridx_to_strinfo; 3479 stridx_to_strinfo = ((vec<strinfo *, va_heap, vl_embed> *) dombb->aux); in before_dom_children() 3566 stridx_to_strinfo = ((vec<strinfo *, va_heap, vl_embed> *) bb->aux); in after_dom_children()
|
H A D | var-tracking.c | 327 vec<loc_exp_dep, va_heap, vl_embed> deps; 8111 + vec<loc_exp_dep, va_heap, vl_embed>::embedded_size (count); in loc_exp_dep_alloc() 8582 resolve_expansions_pending_recursion (vec<rtx, va_heap> *pending) in resolve_expansions_pending_recursion() 8909 vec<rtx, va_heap> *changed_values_stack) in var_track_values_to_stack() 8944 vec<rtx, va_heap> *changed_values_stack) in notify_dependents_of_changed_value() 9033 ->traverse <vec<rtx, va_heap>*, var_track_values_to_stack> in process_changed_values()
|
H A D | tree-vect-loop-manip.c | 147 static vec<adjust_info, va_heap> adjust_vec;
|
H A D | input.c | 114 vec<line_info, va_heap> line_record;
|
H A D | tree-vect-slp.c | 2918 slp_tree node, vec<bool, va_heap> *life) in vect_bb_slp_scalar_cost()
|
H A D | tree-data-ref.c | 4923 get_references_in_stmt (gimple *stmt, vec<data_ref_loc, va_heap> *references) in get_references_in_stmt()
|
H A D | varasm.c | 7676 vec<object_block *, va_heap> v; in output_object_blocks()
|
H A D | tree-ssa-sccvn.c | 1631 va_heap> operands, in vn_reference_lookup_or_insert_for_pieces()
|
H A D | omp-low.c | 3494 vec<tree, va_heap> simt_eargs;
|
/dflybsd-src/contrib/gcc-8.0/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;
|