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