Searched refs:GVtoClusterMap (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SplitModule.cpp | 60 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser() argument 66 GVtoClusterMap.unionSets(GV, F); in addNonConstUser() 68 GVtoClusterMap.unionSets(GV, GVU); in addNonConstUser() 87 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers() 109 ClusterMapType GVtoClusterMap; in findPartitions() local 126 GVtoClusterMap.unionSets(Member, &GV); in findPartitions() 135 GVtoClusterMap.unionSets(&GV, Root); in findPartitions() 142 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() 147 addAllGlobalValueUsers(GVtoClusterMap, &GV, &GV); in findPartitions() 203 GVtoClusterMap.findLeader(I.second); in findPartitions() [all …]
|