Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSplitModule.cpp43 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser() argument
49 GVtoClusterMap.unionSets(GV, F); in addNonConstUser()
52 GVtoClusterMap.unionSets(GV, cast<GlobalValue>(U)); in addNonConstUser()
59 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers() argument
71 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers()
86 ClusterMapType GVtoClusterMap; in findPartitions() local
89 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions()
103 GVtoClusterMap.unionSets(Member, &GV); in findPartitions()
112 GVtoClusterMap.unionSets(&GV, Base); in findPartitions()
120 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSplitModule.cpp62 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser() argument
68 GVtoClusterMap.unionSets(GV, F); in addNonConstUser()
71 GVtoClusterMap.unionSets(GV, cast<GlobalValue>(U)); in addNonConstUser()
78 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers() argument
90 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers()
106 ClusterMapType GVtoClusterMap; in findPartitions() local
109 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions()
123 GVtoClusterMap.unionSets(Member, &GV); in findPartitions()
132 GVtoClusterMap.unionSets(&GV, Base); in findPartitions()
140 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions()
[all …]