Home
last modified time | relevance | path

Searched refs:CleanupRet (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp310 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in getUnwindDestTokenHelper() local
311 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest()) in getUnwindDestTokenHelper()
2742 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) in InlineFunction() local
2743 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction()
2744 changeToUnreachable(CleanupRet); in InlineFunction()
H A DSimplifyCFG.cpp7836 case Instruction::CleanupRet: in simplifyOnce()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
H A DInstruction.h348 case Instruction::CleanupRet:
H A DInstructions.h4313 return (I->getOpcode() == Instruction::CleanupRet);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp710 case CleanupRet: return "cleanupret"; in getOpcodeName()
1100 case Instruction::CleanupRet: in mayThrow()
H A DInstructions.cpp960 : Instruction(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst()
984 Instruction::CleanupRet, in CleanupReturnInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp772 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local
775 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
H A DTargetLoweringBase.cpp1768 case CleanupRet: return 0; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp470 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); in replaceUnwindCoroEnd() local
472 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnd()
H A DCoroFrame.cpp1728 auto *CleanupRet = in splitBeforeCatchSwitch() local
1730 return CleanupRet; in splitBeforeCatchSwitch()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp908 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3270 case Instruction::CleanupRet: in initializeInformationCache()
H A DAttributorAttributes.cpp2067 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3148 case Instruction::CleanupRet: { in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6920 case Instruction::CleanupRet: in isSafeToSpeculativelyExecuteWithOpcode()