Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1602 BasicBlock *newFuncRoot = in emitFunctionBody() local
1610 cast<Instruction>(II)->moveBefore(*newFuncRoot, in emitFunctionBody()
1611 newFuncRoot->getFirstInsertionPt()); in emitFunctionBody()
1616 AI->moveBefore(*newFuncRoot, newFuncRoot->getFirstInsertionPt()); in emitFunctionBody()
1634 StructArgTy, AggArg, Idx, "gep_" + inputs[i]->getName(), newFuncRoot); in emitFunctionBody()
1637 "loadgep_" + inputs[i]->getName(), newFuncRoot); in emitFunctionBody()
1748 PN->setIncomingBlock(i, newFuncRoot); in emitFunctionBody()
1752 BranchInst *BranchI = BranchInst::Create(header, newFuncRoot); in emitFunctionBody()