Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-prof.cc1220 static hash_map<profile_id_hash, cgraph_node *> *cgraph_node_map = 0; variable
1229 return cgraph_node_map != 0; in coverage_node_map_initialized_p()
1240 cgraph_node_map = new hash_map<profile_id_hash, cgraph_node *>; in init_node_map()
1251 while ((val = cgraph_node_map->get (n->profile_id)) in init_node_map()
1273 else if ((val = cgraph_node_map->get (n->profile_id))) in init_node_map()
1283 cgraph_node_map->put (n->profile_id, n); in init_node_map()
1292 delete cgraph_node_map; in del_node_map()
1300 cgraph_node **val = cgraph_node_map->get (profile_id); in find_func_by_profile_id()
DChangeLog-201322625 * value-prof.c (cgraph_node_map): Turn into pointer_map.
DChangeLog-201526467 (cgraph_node_map): Use profile_id_hash as the first template