Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp284 auto GVsToExtract = in emitPartition() local
290 if (GVsToExtract == std::nullopt) { in emitPartition()
297 if (GVsToExtract->empty()) { in emitPartition()
332 expandPartition(*GVsToExtract); in emitPartition()
338 HashGVs.reserve(GVsToExtract->size()); in emitPartition()
339 for (const auto *GV : *GVsToExtract) in emitPartition()
360 return GVsToExtract->count(&GV); in emitPartition()