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

  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 147 static GTY ((cache)) hash_table<const_int_hasher> *const_int_htab; variable
536 rtx *slot = const_int_htab->find_slot_with_hash (arg, (hashval_t) arg,
6362 const_int_htab = hash_table<const_int_hasher>::create_ggc (37);
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 143 static GTY ((cache)) hash_table<const_int_hasher> *const_int_htab; variable
532 rtx *slot = const_int_htab->find_slot_with_hash (arg, (hashval_t) arg,
6192 const_int_htab = hash_table<const_int_hasher>::create_ggc (37);

Completed in 65 milliseconds