Home
last modified time | relevance | path

Searched refs:entryBlock (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DOptimizer.cpp132 Ice::CfgNode *entryBlock = function->getEntryNode(); in propagateAlloca() local
133 Ice::InstList &instList = entryBlock->getInsts(); in propagateAlloca()
203 Ice::CfgNode *entryBlock = function->getEntryNode(); in performScalarReplacementOfAggregates() local
204 Ice::InstList &instList = entryBlock->getInsts(); in performScalarReplacementOfAggregates()
324 Ice::CfgNode *entryBlock = function->getEntryNode(); in eliminateUnitializedLoads() local
326 for(Ice::Inst &alloca : entryBlock->getInsts()) in eliminateUnitializedLoads()
H A DLLVMReactor.hpp111 llvm::BasicBlock *entryBlock = nullptr; member
H A DLLVMReactorDebugInfo.cpp361 llvm::BasicBlock &entryBlock = function->getEntryBlock(); in emitPending() local
363 entryBlock.getInstList().push_front(alloca); in emitPending()
H A DSubzeroReactor.cpp220 Ice::CfgNode *entryBlock = nullptr; member
468 ::entryBlock->appendInst(br); in finalizeFunction()
960 ::entryBlock = nullptr;
1133 ASSERT(::entryBlock == nullptr);
1145 ::entryBlock = ::function->getEntryNode();
4706 this->handle = sz::Call(::function, ::entryBlock, coro::getHandleParam);
4711 sz::Call(::function, ::entryBlock, coro::setPromisePtr, this->handle, this->promise);
H A DLLVMReactor.cpp651 llvm::BasicBlock &entryBlock = jit->function->getEntryBlock(); in allocateStackVariable() local
671 entryBlock.getInstList().push_front(declaration); in allocateStackVariable()
4266 jit->builder->SetInsertPoint(jit->coroutine.entryBlock, jit->coroutine.entryBlock->begin()); in promoteFunctionToCoroutine()
4324 jit->coroutine.entryBlock = llvm::BasicBlock::Create(*jit->context, "function", jit->function); in createCoroutine()
4326 jit->builder->SetInsertPoint(jit->coroutine.entryBlock); in createCoroutine()

Completed in 15 milliseconds