Searched refs:GVtoClusterMap (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 61 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser() argument 67 GVtoClusterMap.unionSets(GV, F); in addNonConstUser() 70 GVtoClusterMap.unionSets(GV, cast<GlobalValue>(U)); in addNonConstUser() 77 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers() argument 89 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers() 104 ClusterMapType GVtoClusterMap; in findPartitions() local 107 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() 121 GVtoClusterMap.unionSets(Member, &GV); in findPartitions() 130 GVtoClusterMap.unionSets(&GV, Base); in findPartitions() 138 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() [all …]
|