Searched refs:recordGVSet (Results 1 – 1 of 1) sorted by relevance
124 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() local162 llvm::for_each(M.functions(), recordGVSet); in findPartitions()163 llvm::for_each(M.globals(), recordGVSet); in findPartitions()164 llvm::for_each(M.aliases(), recordGVSet); in findPartitions()