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 DIRPartitionLayer.cpp208 auto GVsToExtract = in emitPartition() local
214 if (GVsToExtract == std::nullopt) { in emitPartition()
221 if (GVsToExtract->empty()) { in emitPartition()
256 expandPartition(*GVsToExtract); in emitPartition()
262 HashGVs.reserve(GVsToExtract->size()); in emitPartition()
263 llvm::append_range(HashGVs, *GVsToExtract); in emitPartition()
283 return GVsToExtract->count(&GV); in emitPartition()