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

  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 306 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct in inherits:ggc_ptr_hash
312 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
334 scev_info_hasher::hash (scev_info_str *elt)
342 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2)
2194 return scev_info_hasher::hash (&global_cache->entries[idx]);
2203 return scev_info_hasher::equal (&global_cache->entries[idx1],
2223 scev_info_hasher::hash (&e), INSERT);
2996 hash_table<scev_info_hasher>::iterator iter;
3015 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 306 struct scev_info_hasher : ggc_ptr_hash<scev_info_str> struct in inherits:ggc_ptr_hash
312 static GTY (()) hash_table<scev_info_hasher> *scalar_evolution_info;
334 scev_info_hasher::hash (scev_info_str *elt)
342 scev_info_hasher::equal (const scev_info_str *elt1, const scev_info_str *elt2)
2169 return scev_info_hasher::hash (&global_cache->entries[idx]);
2178 return scev_info_hasher::equal (&global_cache->entries[idx1],
2198 scev_info_hasher::hash (&e), INSERT);
2971 hash_table<scev_info_hasher>::iterator iter;
2989 scalar_evolution_info = hash_table<scev_info_hasher>::create_ggc (100);

Completed in 19 milliseconds