Lines Matching defs:CatchSwitch
979 llvm::CatchSwitchInst *CatchSwitch =
994 CatchSwitch, {TypeInfo.RTTI, CGF.Builder.getInt32(TypeInfo.Flags),
997 CGF.Builder.CreateCatchPad(CatchSwitch, {TypeInfo.RTTI});
1000 CatchSwitch->addHandler(Handler.Block);
1023 llvm::CatchSwitchInst *CatchSwitch =
1029 CatchSwitch->addHandler(WasmCatchStartBlock);
1041 auto *CPI = CGF.Builder.CreateCatchPad(CatchSwitch, CatchTypes);
1253 auto *CatchSwitch =
1255 WasmCatchStartBlock = CatchSwitch->hasUnwindDest()
1256 ? CatchSwitch->getSuccessor(1)
1257 : CatchSwitch->getSuccessor(0);