Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp250 auto GVsToExtract = Partition(RequestedGVs); in emitPartition() local
255 if (GVsToExtract == None) { in emitPartition()
262 if (GVsToExtract->empty()) { in emitPartition()
287 expandPartition(*GVsToExtract); in emitPartition()
292 return GVsToExtract->count(&GV); in emitPartition()