Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDemit-rtl.c134 struct const_int_hasher : ggc_cache_ptr_hash<rtx_def> struct
142 static GTY ((cache)) hash_table<const_int_hasher> *const_int_htab; argument
209 const_int_hasher::hash (rtx x) in hash()
219 const_int_hasher::equal (rtx x, HOST_WIDE_INT y) in equal()
6205 const_int_htab = hash_table<const_int_hasher>::create_ggc (37); in init_emit_once()