Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc114 struct ipa_vr_ggc_hash_traits : public ggc_cache_remove <value_range *> struct
116 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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c110 struct ipa_vr_ggc_hash_traits : public ggc_cache_remove <value_range *> struct
112 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