Lines Matching defs:CatchSwitch
3173 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(Terminator)) {
3203 for (CatchSwitchInst::handler_iterator I = CatchSwitch->handler_begin(),
3204 E = CatchSwitch->handler_end();
3213 CatchSwitch->removeHandler(I);
3248 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) {
3250 CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(),
3251 CatchSwitch->getName(), CatchSwitch->getIterator());
3252 for (BasicBlock *PadBB : CatchSwitch->handlers())
3256 UnwindDest = CatchSwitch->getUnwindDest();