Lines Matching defs:CatchSwitch
3107 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Terminator)) {
3137 for (CatchSwitchInst::handler_iterator I = CatchSwitch->handler_begin(),
3138 E = CatchSwitch->handler_end();
3147 CatchSwitch->removeHandler(I);
3182 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) {
3184 CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(),
3185 CatchSwitch->getName(), CatchSwitch->getIterator());
3186 for (BasicBlock *PadBB : CatchSwitch->handlers())
3190 UnwindDest = CatchSwitch->getUnwindDest();