Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp71 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser() argument
77 GVtoClusterMap.unionSets(GV, F); in addNonConstUser()
79 GVtoClusterMap.unionSets(GV, GVU); in addNonConstUser()
86 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers() argument
98 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers()
121 ClusterMapType GVtoClusterMap; in findPartitions() local
124 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions()
138 GVtoClusterMap.unionSets(Member, &GV); in findPartitions()
147 GVtoClusterMap.unionSets(&GV, Root); in findPartitions()
154 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions()
[all …]