Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp165 BasicBlock *UnwindDest = Inst->getUnwindDest(); in UpgradeExceptionHandling() local
166 if (UnwindDest->isLandingPad()) continue; // Already converted. in UpgradeExceptionHandling()
171 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited); in UpgradeExceptionHandling()
185 BasicBlock *UnwindDest = Invoke->getUnwindDest(); in UpgradeExceptionHandling() local
186 Function *F = UnwindDest->getParent(); in UpgradeExceptionHandling()
204 if (!UnwindDest->getSinglePredecessor()) { in UpgradeExceptionHandling()
208 UnwindDest->getParent()); in UpgradeExceptionHandling()
209 BranchInst::Create(UnwindDest, NewBB); in UpgradeExceptionHandling()
214 II = UnwindDest->begin(); isa<PHINode>(II); ++II) { in UpgradeExceptionHandling()
221 UnwindDest = NewBB; in UpgradeExceptionHandling()
[all …]