Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp748 BasicBlock *InitialBB = CI->getParent(); in lowerTypeTestCall() local
792 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall()
797 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
801 Phi.addIncoming(Phi.getIncomingValueForBlock(Then), InitialBB); in lowerTypeTestCall()
818 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()