Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1792 BasicBlock *newFuncRoot = BasicBlock::Create(header->getContext(), in extractCodeRegion() local
1794 newFuncRoot->IsNewDbgInfoFormat = oldFunction->IsNewDbgInfoFormat; in extractCodeRegion()
1815 BranchI->insertInto(newFuncRoot, newFuncRoot->end()); in extractCodeRegion()
1831 AI->moveBefore(*newFuncRoot, newFuncRoot->getFirstInsertionPt()); in extractCodeRegion()
1860 constructFunction(inputs, outputs, header, newFuncRoot, codeReplacer, in extractCodeRegion()
1896 PN->setIncomingBlock(i, newFuncRoot); in extractCodeRegion()