Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A DChangeLog-201322625 * value-prof.c (cgraph_node_map): Turn into pointer_map.
H A DChangeLog-201526467 (cgraph_node_map): Use profile_id_hash as the first template
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c1183 static hash_map<profile_id_hash, cgraph_node *> *cgraph_node_map = 0; variable
1192 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() local
1263 cgraph_node **val = cgraph_node_map->get (profile_id); in find_func_by_profile_id()