Lines Matching defs:UnwindDest
1708 BasicBlock *UnwindDest = nullptr;
1711 while (!UnwindDest) {
1713 UnwindDest = CPI->getCatchSwitch()->getUnwindDest();
1722 UnwindDest = getCleanupRetUnwindDest(CPI);
1730 if (!UnwindDest)
1731 UnwindDest = CatchDispatchLongjmpBB;
1736 UnwindDestToNewPreds[UnwindDest].insert(CI->getParent());
1737 changeToInvokeAndSplitBasicBlock(CI, UnwindDest);
1772 for (auto &[UnwindDest, NewPreds] : UnwindDestToNewPreds) {
1773 for (PHINode &PN : UnwindDest->phis()) {
1786 for (auto &[UnwindDest, NewPreds] : UnwindDestToNewPreds) {
1787 for (PHINode &PN : UnwindDest->phis()) {