Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp207 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad", in UpgradeExceptionHandling() local
209 BranchInst::Create(UnwindDest, NewBB); in UpgradeExceptionHandling()
210 Invoke->setUnwindDest(NewBB); in UpgradeExceptionHandling()
218 PN->setIncomingBlock(Idx, NewBB); in UpgradeExceptionHandling()
221 UnwindDest = NewBB; in UpgradeExceptionHandling()