Home
last modified time | relevance | path

Searched refs:modref_tree (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-modref-tree.h308 struct GTY((user)) modref_tree struct
313 modref_tree (): in modref_tree() function
528 modref_tree <T> *other, vec <modref_parm_map> *parm_map,
553 other = modref_tree<T>::create_ggc (); argument
624 modref_tree <T> *other, vec <modref_parm_map> *parm_map,
637 void copy_from (modref_tree <T> *other) in copy_from() argument
682 static modref_tree<T> *create_ggc () in create_ggc() argument
684 return new (ggc_alloc_no_dtor<modref_tree<T>> ()) in create_ggc()
685 modref_tree<T> (); in create_ggc()
708 ~modref_tree () in ~modref_tree() argument
[all …]
H A Dipa-modref-tree.cc898 modref_tree<alias_set_type> *t = new modref_tree<alias_set_type>(); in test_insert_search_collapse()
979 modref_tree<alias_set_type> *t1, *t2; in test_merge()
983 t1 = new modref_tree<alias_set_type>(); in test_merge()
990 t2 = new modref_tree<alias_set_type>(); in test_merge()
1036 gt_ggc_mx (modref_tree < int >*const &tt) in gt_ggc_mx()
1046 gt_ggc_mx (modref_tree < tree_node * >*const &tt) in gt_ggc_mx()
1055 void gt_pch_nx (modref_tree<int>* const&) {} in gt_pch_nx()
1056 void gt_pch_nx (modref_tree<tree_node*>* const&) {} in gt_pch_nx()
1057 void gt_pch_nx (modref_tree<int>* const&, gt_pointer_operator, void *) {} in gt_pch_nx()
1058 void gt_pch_nx (modref_tree<tree_node*>* const&, gt_pointer_operator, void *) {} in gt_pch_nx()
H A Dipa-modref.h23 typedef modref_tree <alias_set_type> modref_records;
H A Dtree-ssa-alias.cc2584 modref_tree <alias_set_type> *tt, ao_ref *ref, bool tbaa_p) in modref_may_conflict()
H A DChangeLog-20213179 * ipa-modref-tree.h (struct modref_tree): Remove max_bases, max_refs
3181 (modref_tree::modref_tree): Remove parametr.
3182 (modref_tree::insert_base): Add max_bases parameter.
3183 (modref_tree::insert): Add max_bases, max_refs, max_accesses
3185 (modref_tree::insert): New member function.
3186 (modref_tree::merge): Add max_bases, max_refs, max_accesses
3188 (modref_tree::insert): New member function.
5529 * ipa-modref-tree.h (modref_tree::remap_params): Fix off-by-one error.
6034 (struct modref_tree): Likewise.
6182 * ipa-modref-tree.h (modref_tree::insert): Do nothing for
[all …]
H A Dipa-modref.cc350 typedef modref_tree <tree> modref_records_lto;
H A DChangeLog-20207699 * ipa-modref-tree.h (modref_tree::remap_params): New member function.
9844 * ipa-modref-tree.h (struct modref_tree): Revert prevoius change.
11025 (modref_tree::merge): Update for racking parameters)
12132 (modref_tree::insert): Likewise.
12133 (modref_tree::merge): Rewrite
12276 (modref_tree): Add accesses.
12277 (modref_tree::modref_tree): Initialize max_accesses.
12278 (modref_tree::insert): Add access parameter.
12279 (modref_tree::cleanup): New member function.
12280 (modref_tree::merge): Add parm_map; merge accesses.
[all …]
H A DChangeLog12073 (struct modref_tree): Likewise.