Searched refs:GVtoClusterMap (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| 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() 75 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers() argument 87 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers() 109 ClusterMapType GVtoClusterMap; in findPartitions() local 112 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() 126 GVtoClusterMap.unionSets(Member, &GV); in findPartitions() 135 GVtoClusterMap.unionSets(&GV, Root); in findPartitions() 142 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() [all …]
|