Searched refs:CatchRet (Results 1 – 15 of 15) sorted by relevance
151 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local152 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
711 case CatchRet: return "catchret"; in getOpcodeName()938 case Instruction::CatchRet: in mayReadFromMemory()958 case Instruction::CatchRet: in mayWriteToMemory()
999 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst()1007 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
978 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks() local979 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks()980 FixupCatchrets.push_back(CatchRet); in cloneCommonBlocks()982 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks()983 CatchRet->setSuccessor(NewBlock); in cloneCommonBlocks()1337 if (auto *CatchRet = in replaceUseWithLoad() local1360 CatchRet->removeFromParent(); in replaceUseWithLoad()1361 CatchRet->insertInto(IncomingBlock, IncomingBlock->end()); in replaceUseWithLoad()1364 CatchRet->setSuccessor(NewBlock); in replaceUseWithLoad()
1769 case CatchRet: return 0; in InstructionOpcodeToISD()
347 case Instruction::CatchRet:791 case Instruction::CatchRet:
135 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
4229 return (I->getOpcode() == Instruction::CatchRet);
269 MachineInstr *CatchRet) const;
3040 MachineInstr *CatchRet) const { in emitCatchRetReturnValue()3045 const DebugLoc &DL = CatchRet->getDebugLoc(); in emitCatchRetReturnValue()3046 MachineBasicBlock *CatchRetTarget = CatchRet->getOperand(0).getMBB(); in emitCatchRetReturnValue()
555 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument633 case Instruction::CatchRet: in getModRefInfo()
6918 case Instruction::CatchRet: in isSafeToSpeculativelyExecuteWithOpcode()
909 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
1375 case Instruction::CatchRet: in hasResult()
3156 case Instruction::CatchRet: { in writeInstruction()