Home
last modified time | relevance | path

Searched defs:ipa_vr_ggc_hash_traits (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-prop.c108 struct ipa_vr_ggc_hash_traits : public ggc_cache_remove <value_range *> struct
110 typedef value_range *value_type;
111 typedef value_range *compare_type;
113 hash (const value_range *p) in hash()
122 equal (const value_range *a, const value_range *b) in equal()
149 static GTY ((cache)) hash_table<ipa_vr_ggc_hash_traits> *ipa_vr_hash_table; argument