Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp61 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser() argument
67 GVtoClusterMap.unionSets(GV, F); in addNonConstUser()
70 GVtoClusterMap.unionSets(GV, cast<GlobalValue>(U)); in addNonConstUser()
89 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers()
104 ClusterMapType GVtoClusterMap; in findPartitions() local
121 GVtoClusterMap.unionSets(Member, &GV); in findPartitions()
130 GVtoClusterMap.unionSets(&GV, Base); in findPartitions()
138 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions()
143 addAllGlobalValueUsers(GVtoClusterMap, &GV, &GV); in findPartitions()
199 GVtoClusterMap.findLeader(I.second); in findPartitions()
[all …]