Searched defs:ipa_vr_ggc_hash_traits (Results 1 – 2 of 2) sorted by relevance
114 struct ipa_vr_ggc_hash_traits : public ggc_cache_remove <value_range *> struct116 typedef value_range *value_type;117 typedef value_range *compare_type;119 hash (const value_range *p) in hash()127 equal (const value_range *a, const value_range *b) in equal()132 static const bool empty_zero_p = true;156 static GTY ((cache)) hash_table<ipa_vr_ggc_hash_traits> *ipa_vr_hash_table; argument
110 struct ipa_vr_ggc_hash_traits : public ggc_cache_remove <value_range *> struct112 typedef value_range *value_type;113 typedef value_range *compare_type;115 hash (const value_range *p) in hash()123 equal (const value_range *a, const value_range *b) in equal()128 static const bool empty_zero_p = true;152 static GTY ((cache)) hash_table<ipa_vr_ggc_hash_traits> *ipa_vr_hash_table; argument