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

/freebsd-9.3-release/contrib/gcc/
H A Dcgraph.c108 static GTY((param_is (struct cgraph_node))) htab_t cgraph_hash; variable
205 if (!cgraph_hash)
206 cgraph_hash = htab_create_ggc (10, hash_node, eq_node, NULL);
210 slot = (struct cgraph_node **) htab_find_slot (cgraph_hash, &key, INSERT);
240 slot = (struct cgraph_node **) htab_find_slot (cgraph_hash, node, INSERT);
557 slot = htab_find_slot (cgraph_hash, node, NO_INSERT);
574 htab_clear_slot (cgraph_hash, slot);

Completed in 103 milliseconds