Home
last modified time | relevance | path

Searched refs:recordGVSet (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp107 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() local
146 llvm::for_each(M.functions(), recordGVSet); in findPartitions()
147 llvm::for_each(M.globals(), recordGVSet); in findPartitions()
148 llvm::for_each(M.aliases(), recordGVSet); in findPartitions()