Searched refs:addAllGlobalValueUsers (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 59 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers() function 120 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() 125 addAllGlobalValueUsers(GVtoClusterMap, &GV, &GV); in findPartitions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 78 static void addAllGlobalValueUsers(ClusterMapType &GVtoClusterMap, in addAllGlobalValueUsers() function 140 addAllGlobalValueUsers(GVtoClusterMap, F, BA); in findPartitions() 145 addAllGlobalValueUsers(GVtoClusterMap, &GV, &GV); in findPartitions()
|