Searched refs:cgraph_node_map (Results 1 – 4 of 4) sorted by relevance
1220 static hash_map<profile_id_hash, cgraph_node *> *cgraph_node_map = 0; variable1229 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()
22625 * value-prof.c (cgraph_node_map): Turn into pointer_map.
26467 (cgraph_node_map): Use profile_id_hash as the first template
1183 static hash_map<profile_id_hash, cgraph_node *> *cgraph_node_map = 0; variable1192 return cgraph_node_map != 0; in coverage_node_map_initialized_p()1203 cgraph_node_map = new hash_map<profile_id_hash, cgraph_node *>; in init_node_map()1214 while ((val = cgraph_node_map->get (n->profile_id)) in init_node_map()1236 else if ((val = cgraph_node_map->get (n->profile_id))) in init_node_map()1246 cgraph_node_map->put (n->profile_id, n); in init_node_map()1255 delete cgraph_node_map; in del_node_map() local1263 cgraph_node **val = cgraph_node_map->get (profile_id); in find_func_by_profile_id()