Searched refs:recordGVSet (Results 1 – 1 of 1) sorted by relevance
107 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() local146 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()