Searched refs:recordGVSet (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 109 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() local 148 llvm::for_each(M->functions(), recordGVSet); in findPartitions() 149 llvm::for_each(M->globals(), recordGVSet); in findPartitions() 150 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()
|