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

  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 192 static GTY ((cache)) hash_table<const_fixed_hasher> *const_fixed_htab; variable
591 rtx *slot = const_fixed_htab->find_slot (fixed, INSERT);
6372 const_fixed_htab = hash_table<const_fixed_hasher>::create_ggc (37);
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 188 static GTY ((cache)) hash_table<const_fixed_hasher> *const_fixed_htab; variable
587 rtx *slot = const_fixed_htab->find_slot (fixed, INSERT);
6202 const_fixed_htab = hash_table<const_fixed_hasher>::create_ggc (37);

Completed in 30 milliseconds