Searched refs:canonical_type_hash_cache (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c294 static hash_map<const_tree, hashval_t> *canonical_type_hash_cache; variable
438 hashval_t *slot = canonical_type_hash_cache->get ((const_tree) p);
680 bool existed_p = canonical_type_hash_cache->put (t, hash);
2964 canonical_type_hash_cache = new hash_map<const_tree, hashval_t> (251);
3039 delete canonical_type_hash_cache; local
3040 canonical_type_hash_cache = NULL;

Completed in 52 milliseconds