Searched refs:GVtoClusterMap (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Utils/ |
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() 105 ClusterMapType GVtoClusterMap; in findPartitions() local 108 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() 122 GVtoClusterMap.unionSets(Member, &GV); in findPartitions() 131 GVtoClusterMap.unionSets(&GV, Base); in findPartitions() 139 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
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() 105 ClusterMapType GVtoClusterMap; in findPartitions() local 108 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() 122 GVtoClusterMap.unionSets(Member, &GV); in findPartitions() 131 GVtoClusterMap.unionSets(&GV, Base); in findPartitions() 139 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 43 static void addNonConstUser(ClusterMapType &GVtoClusterMap, in addNonConstUser() argument 49 GVtoClusterMap.unionSets(GV, F); in addNonConstUser() 52 GVtoClusterMap.unionSets(GV, cast<GlobalValue>(U)); in addNonConstUser() 59 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers() argument 71 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers() 86 ClusterMapType GVtoClusterMap; in findPartitions() local 89 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() 103 GVtoClusterMap.unionSets(Member, &GV); in findPartitions() 112 GVtoClusterMap.unionSets(&GV, Base); in findPartitions() 120 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() [all …]
|