Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp746 BasicBlock *InitialBB = CI->getParent(); in lowerTypeTestCall() local
790 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall()
795 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
799 Phi.addIncoming(Phi.getIncomingValueForBlock(Then), InitialBB); in lowerTypeTestCall()
816 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()