Lines Matching defs:ClusterIDMap
115 static void findPartitions(Module &M, ClusterIDMapType &ClusterIDMap,
214 ClusterIDMap[*MI] = CurrentClusterID;
272 ClusterIDMapType ClusterIDMap;
273 findPartitions(M, ClusterIDMap, N);
275 // Find functions not mapped to modules in ClusterIDMap and count functions
287 auto It = ClusterIDMap.find(&F);
288 if (It == ClusterIDMap.end())
305 ClusterIDMap.insert({F, I});
317 if (auto It = ClusterIDMap.find(GV); It != ClusterIDMap.end())