Searched refs:CatchRet (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Analysis/ |
D | EHPersonalities.cpp | 97 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local 98 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
|
D | AliasAnalysis.cpp | 381 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument
|
D | ValueTracking.cpp | 3189 case Instruction::CatchRet: in isSafeToSpeculativelyExecute()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 801 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks() local 802 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks() 803 FixupCatchrets.push_back(CatchRet); in cloneCommonBlocks() 805 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks() 806 CatchRet->setSuccessor(NewBlock); in cloneCommonBlocks() 1176 if (auto *CatchRet = in replaceUseWithLoad() local 1199 CatchRet->removeFromParent(); in replaceUseWithLoad() 1200 IncomingBlock->getInstList().push_back(CatchRet); in replaceUseWithLoad() 1203 CatchRet->setSuccessor(NewBlock); in replaceUseWithLoad()
|
D | TargetLoweringBase.cpp | 1668 case CatchRet: return 0; in InstructionOpcodeToISD()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 269 case CatchRet: return "catchret"; in getOpcodeName() 490 case Instruction::CatchRet: in mayReadFromMemory() 512 case Instruction::CatchRet: in mayWriteToMemory()
|
D | Instructions.cpp | 949 : TerminatorInst(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst() 957 : TerminatorInst(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst() 965 : TerminatorInst(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 437 case Instruction::CatchRet: in isFenceLike()
|
D | Instruction.def | 118 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 118 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|
D | InstrTypes.h | 86 case Instruction::CatchRet: in isExceptional()
|
D | Instructions.h | 4259 return (I->getOpcode() == Instruction::CatchRet);
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 497 case Instruction::CatchRet: in getModRefInfo()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 781 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2473 case Instruction::CatchRet: { in writeInstruction()
|