HomeSort by: relevance | last modified time | path
    Searched refs:const_int_hasher (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 135 struct const_int_hasher : ggc_cache_ptr_hash<rtx_def> struct in inherits:ggc_cache_ptr_hash
143 static GTY ((cache)) hash_table<const_int_hasher> *const_int_htab;
211 const_int_hasher::hash (rtx x)
221 const_int_hasher::equal (rtx x, HOST_WIDE_INT y)
6192 const_int_htab = hash_table<const_int_hasher>::create_ggc (37);
  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 139 struct const_int_hasher : ggc_cache_ptr_hash<rtx_def> struct in inherits:ggc_cache_ptr_hash
147 static GTY ((cache)) hash_table<const_int_hasher> *const_int_htab;
215 const_int_hasher::hash (rtx x)
225 const_int_hasher::equal (rtx x, HOST_WIDE_INT y)
6362 const_int_htab = hash_table<const_int_hasher>::create_ggc (37);

Completed in 30 milliseconds