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

/haiku-buildtools/gcc/gcc/
H A Dvalue-prof.c1279 cgraph_node_map = 0; variable
1288 return cgraph_node_map != 0;
1299 cgraph_node_map
1309 while ((val = cgraph_node_map->get (n->profile_id))
1333 else if ((val = cgraph_node_map->get (n->profile_id)))
1345 cgraph_node_map->put (n->profile_id, n);
1354 delete cgraph_node_map; local
1362 cgraph_node **val = cgraph_node_map->get (profile_id);

Completed in 81 milliseconds