Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h276 IPLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
296 std::unique_ptr<IRPartitionLayer> IPLayer; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1333 IPLayer = std::make_unique<IRPartitionLayer>(*ES, *InitHelperTransformLayer); in LLLazyJIT()
1336 CODLayer = std::make_unique<CompileOnDemandLayer>(*ES, *IPLayer, *LCTMgr, in LLLazyJIT()