Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-prop.c65 struct ipa_bit_ggc_hash_traits : public ggc_cache_remove <ipa_bits *> struct
67 typedef ipa_bits *value_type;
68 typedef ipa_bits *compare_type;
70 hash (const ipa_bits *p) in hash()
76 equal (const ipa_bits *a, const ipa_bits *b) in equal()
103 static GTY ((cache)) hash_table<ipa_bit_ggc_hash_traits> *ipa_bits_hash_table; argument