Searched refs:NewBB1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1445 BasicBlock *NewBB1 = BasicBlock::Create(OrigBB->getContext(), in SplitLandingPadPredecessorsImpl() local 1448 NewBBs.push_back(NewBB1); in SplitLandingPadPredecessorsImpl() 1451 BranchInst *BI1 = BranchInst::Create(OrigBB, NewBB1); in SplitLandingPadPredecessorsImpl() 1461 Pred->getTerminator()->replaceUsesOfWith(OrigBB, NewBB1); in SplitLandingPadPredecessorsImpl() 1465 UpdateAnalysisInformation(OrigBB, NewBB1, Preds, DTU, DT, LI, MSSAU, in SplitLandingPadPredecessorsImpl() 1469 UpdatePHINodes(OrigBB, NewBB1, Preds, BI1, HasLoopExit); in SplitLandingPadPredecessorsImpl() 1476 if (Pred == NewBB1) continue; in SplitLandingPadPredecessorsImpl() 1511 Clone1->insertInto(NewBB1, NewBB1->getFirstInsertionPt()); in SplitLandingPadPredecessorsImpl() 1525 PN->addIncoming(Clone1, NewBB1); in SplitLandingPadPredecessorsImpl()
|