Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSplitModule.cpp89 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) { in findPartitions() local
128 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()