Searched refs:UnwindDest (Results 1 – 1 of 1) sorted by relevance
165 BasicBlock *UnwindDest = Inst->getUnwindDest(); in UpgradeExceptionHandling() local166 if (UnwindDest->isLandingPad()) continue; // Already converted. in UpgradeExceptionHandling()171 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited); in UpgradeExceptionHandling()185 BasicBlock *UnwindDest = Invoke->getUnwindDest(); in UpgradeExceptionHandling() local186 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 …]