Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DSplitModule.cpp55 using ClusterMapType = EquivalenceClasses<const GlobalValue *>; typedef
61 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser()
77 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers()
105 ClusterMapType GVtoClusterMap; in findPartitions()
169 using SortType = std::pair<unsigned, ClusterMapType::iterator>; in findPartitions()
176 for (ClusterMapType::iterator I = GVtoClusterMap.begin(), in findPartitions()
199 for (ClusterMapType::member_iterator MI = in findPartitions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSplitModule.cpp55 using ClusterMapType = EquivalenceClasses<const GlobalValue *>; typedef
61 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser()
77 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers()
105 ClusterMapType GVtoClusterMap; in findPartitions()
169 using SortType = std::pair<unsigned, ClusterMapType::iterator>; in findPartitions()
176 for (ClusterMapType::iterator I = GVtoClusterMap.begin(), in findPartitions()
199 for (ClusterMapType::member_iterator MI = in findPartitions()
/external/llvm/lib/Transforms/Utils/
DSplitModule.cpp38 typedef EquivalenceClasses<const GlobalValue *> ClusterMapType; typedef
43 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser()
59 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers()
86 ClusterMapType GVtoClusterMap; in findPartitions()
150 typedef std::pair<unsigned, ClusterMapType::iterator> SortType; in findPartitions()
156 for (ClusterMapType::iterator I = GVtoClusterMap.begin(), in findPartitions()
178 for (ClusterMapType::member_iterator MI = in findPartitions()