Searched refs:recordGVSet (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 108 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() local 147 llvm::for_each(M->functions(), recordGVSet); in findPartitions() 148 llvm::for_each(M->globals(), recordGVSet); in findPartitions() 149 llvm::for_each(M->aliases(), recordGVSet); in findPartitions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 108 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() local 147 llvm::for_each(M->functions(), recordGVSet); in findPartitions() 148 llvm::for_each(M->globals(), recordGVSet); in findPartitions() 149 llvm::for_each(M->aliases(), recordGVSet); in findPartitions()
|
/external/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 89 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() local 128 std::for_each(M->begin(), M->end(), recordGVSet); in findPartitions() 129 std::for_each(M->global_begin(), M->global_end(), recordGVSet); in findPartitions() 130 std::for_each(M->alias_begin(), M->alias_end(), recordGVSet); in findPartitions()
|