Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRPartitionLayer.cpp162 std::vector<const GlobalValue *> GVsToAdd; in expandPartition() local
166 GVsToAdd.push_back( in expandPartition()
173 GVsToAdd.push_back(&A); in expandPartition()
177 GVsToAdd.push_back(&G); in expandPartition()
179 for (const auto *GV : GVsToAdd) in expandPartition()