Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Transforms/Utils/
DSplitModule.cpp99 static void findPartitions(Module *M, ClusterIDMapType &ClusterIDMap, in findPartitions() argument
210 ClusterIDMap[*MI] = CurrentClusterID; in findPartitions()
269 ClusterIDMapType ClusterIDMap; in SplitModule() local
270 findPartitions(M.get(), ClusterIDMap, N); in SplitModule()
278 if (ClusterIDMap.count(GV)) in SplitModule()
279 return (ClusterIDMap[GV] == I); in SplitModule()