Lines Matching defs:ClusterIDMap
114 static void findPartitions(Module &M, ClusterIDMapType &ClusterIDMap,
213 ClusterIDMap[*MI] = CurrentClusterID;
271 ClusterIDMapType ClusterIDMap;
272 findPartitions(M, ClusterIDMap, N);
274 // Find functions not mapped to modules in ClusterIDMap and count functions
286 auto It = ClusterIDMap.find(&F);
287 if (It == ClusterIDMap.end())
304 ClusterIDMap.insert({F, I});
316 if (auto It = ClusterIDMap.find(GV); It != ClusterIDMap.end())