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

/freebsd-9.3-release/contrib/gcc/
H A Dcgraph.c134 static GTY((param_is (struct cgraph_varpool_node))) htab_t cgraph_varpool_hash; variable
849 if (!cgraph_varpool_hash)
850 cgraph_varpool_hash = htab_create_ggc (10, hash_varpool_node,
854 htab_find_slot (cgraph_varpool_hash, &key, INSERT);

Completed in 94 milliseconds