Searched refs:NewBB (Results 1 – 1 of 1) sorted by relevance
207 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad", in UpgradeExceptionHandling() local209 BranchInst::Create(UnwindDest, NewBB); in UpgradeExceptionHandling()210 Invoke->setUnwindDest(NewBB); in UpgradeExceptionHandling()218 PN->setIncomingBlock(Idx, NewBB); in UpgradeExceptionHandling()221 UnwindDest = NewBB; in UpgradeExceptionHandling()