Searched refs:GVtoClusterMap (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SplitModule.cpp | 62 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser() argument 68 GVtoClusterMap.unionSets(GV, F); in addNonConstUser() 71 GVtoClusterMap.unionSets(GV, cast<GlobalValue>(U)); in addNonConstUser() 90 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers() 106 ClusterMapType GVtoClusterMap; in findPartitions() local 123 GVtoClusterMap.unionSets(Member, &GV); in findPartitions() 132 GVtoClusterMap.unionSets(&GV, Base); in findPartitions() 140 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() 145 addAllGlobalValueUsers(GVtoClusterMap, &GV, &GV); in findPartitions() 201 GVtoClusterMap.findLeader(I.second); in findPartitions() [all …]
|