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 DCompileOnDemandLayer.cpp238 std::vector<const GlobalValue *> GVsToAdd; in expandPartition() local
242 GVsToAdd.push_back( in expandPartition()
249 GVsToAdd.push_back(&A); in expandPartition()
253 GVsToAdd.push_back(&G); in expandPartition()
255 for (const auto *GV : GVsToAdd) in expandPartition()