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