Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp212 std::vector<const GlobalValue *> GVsToAdd; in expandPartition() local
216 GVsToAdd.push_back( in expandPartition()
223 GVsToAdd.push_back(&A); in expandPartition()
227 GVsToAdd.push_back(&G); in expandPartition()
229 for (auto *GV : GVsToAdd) in expandPartition()