Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSplitModule.cpp103 static void findPartitions(Module &M, ClusterIDMapType &ClusterIDMap, in findPartitions() argument
210 ClusterIDMap[*MI] = CurrentClusterID; in findPartitions()
268 ClusterIDMapType ClusterIDMap; in SplitModule() local
269 findPartitions(M, ClusterIDMap, N); in SplitModule()
278 if (ClusterIDMap.count(GV)) in SplitModule()
279 return (ClusterIDMap[GV] == I); in SplitModule()
/external/llvm/lib/Transforms/Utils/
DSplitModule.cpp80 static void findPartitions(Module *M, ClusterIDMapType &ClusterIDMap, in findPartitions() argument
186 ClusterIDMap[*MI] = CurrentClusterID; in findPartitions()
245 ClusterIDMapType ClusterIDMap; in SplitModule() local
246 findPartitions(M.get(), ClusterIDMap, N); in SplitModule()
254 if (ClusterIDMap.count(GV)) in SplitModule()
255 return (ClusterIDMap[GV] == I); in SplitModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSplitModule.cpp98 static void findPartitions(Module *M, ClusterIDMapType &ClusterIDMap, in findPartitions() argument
207 ClusterIDMap[*MI] = CurrentClusterID; in findPartitions()
266 ClusterIDMapType ClusterIDMap; in SplitModule() local
267 findPartitions(M.get(), ClusterIDMap, N); in SplitModule()
275 if (ClusterIDMap.count(GV)) in SplitModule()
276 return (ClusterIDMap[GV] == I); in SplitModule()