Searched refs:GVtoClusterMap (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 72 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser() argument 78 GVtoClusterMap.unionSets(GV, F); in addNonConstUser() 80 GVtoClusterMap.unionSets(GV, GVU); in addNonConstUser() 87 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers() argument 99 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers() 122 ClusterMapType GVtoClusterMap; in findPartitions() local 125 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() 139 GVtoClusterMap.unionSets(Member, &GV); in findPartitions() 148 GVtoClusterMap.unionSets(&GV, Root); in findPartitions() 155 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() [all …]
|