Home
last modified time | relevance | path

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

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