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

/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c1168 static hash_table<tree_scc_hasher> *tree_scc_hash; variable
1767 slot = tree_scc_hash->find_slot_with_hash (scc, scc_hash, INSERT);
2968 tree_scc_hash = new hash_table<tree_scc_hasher> (4096);
3034 delete tree_scc_hash; local
3035 tree_scc_hash = NULL;
3209 if (flag_wpa && tree_scc_hash)
3213 (long) tree_scc_hash->size (),
3214 (long) tree_scc_hash->elements (),
3215 tree_scc_hash->collisions ());
3219 FOR_EACH_HASH_TABLE_ELEMENT (*tree_scc_hash, sc
[all...]

Completed in 201 milliseconds