Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp283 auto GVsToExtract = in emitPartition() local
289 if (GVsToExtract == None) { in emitPartition()
296 if (GVsToExtract->empty()) { in emitPartition()
329 expandPartition(*GVsToExtract); in emitPartition()
335 HashGVs.reserve(GVsToExtract->size()); in emitPartition()
336 for (auto *GV : *GVsToExtract) in emitPartition()
357 return GVsToExtract->count(&GV); in emitPartition()