Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DREADME-Thumb.txt104 LBB1_1: @newFuncRoot
108 LBB1_2: @newFuncRoot
112 LBB1_3: @newFuncRoot
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1638 BasicBlock *newFuncRoot = BasicBlock::Create(header->getContext(), in extractCodeRegion() local
1655 newFuncRoot->getInstList().push_back(BranchI); in extractCodeRegion()
1671 AI->moveBefore(*newFuncRoot, newFuncRoot->getFirstInsertionPt()); in extractCodeRegion()
1700 constructFunction(inputs, outputs, header, newFuncRoot, codeReplacer, in extractCodeRegion()
1736 PN->setIncomingBlock(i, newFuncRoot); in extractCodeRegion()