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

  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 186 struct const_fixed_hasher : ggc_cache_ptr_hash<rtx_def> struct in inherits:ggc_cache_ptr_hash
192 static GTY ((cache)) hash_table<const_fixed_hasher> *const_fixed_htab;
330 const_fixed_hasher::hash (rtx x)
345 const_fixed_hasher::equal (rtx x, rtx y)
6372 const_fixed_htab = hash_table<const_fixed_hasher>::create_ggc (37);
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 182 struct const_fixed_hasher : ggc_cache_ptr_hash<rtx_def> struct in inherits:ggc_cache_ptr_hash
188 static GTY ((cache)) hash_table<const_fixed_hasher> *const_fixed_htab;
326 const_fixed_hasher::hash (rtx x)
341 const_fixed_hasher::equal (rtx x, rtx y)
6202 const_fixed_htab = hash_table<const_fixed_hasher>::create_ggc (37);

Completed in 29 milliseconds