Home
last modified time | relevance | path

Searched refs:edge_eq (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDcgraph.c307 edge_eq (const void *x, const void *y) in edge_eq() function
336 node->call_site_hash = htab_create_ggc (120, edge_hash, edge_eq, NULL); in cgraph_edge()
HDChangeLog-20062649 * cgraph.c (edge_hash, edge_eq): New function.