Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
H A DInstruction.h313 case Instruction::CleanupRet:
H A DInstructions.h4747 return (I->getOpcode() == Instruction::CleanupRet);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp307 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in getUnwindDestTokenHelper() local
308 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest()) in getUnwindDestTokenHelper()
2639 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) in InlineFunction() local
2640 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction()
2641 changeToUnreachable(CleanupRet); in InlineFunction()
H A DSimplifyCFG.cpp7584 case Instruction::CleanupRet: in simplifyOnce()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp618 case CleanupRet: return "cleanupret"; in getOpcodeName()
1008 case Instruction::CleanupRet: in mayThrow()
H A DInstructions.cpp1010 : Instruction(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst()
1033 Instruction::CleanupRet, in CleanupReturnInst()
1042 Instruction::CleanupRet, in CleanupReturnInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp771 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local
774 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
H A DTargetLoweringBase.cpp1847 case CleanupRet: return 0; in InstructionOpcodeToISD()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp391 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); in replaceUnwindCoroEnd() local
393 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnd()
H A DCoroFrame.cpp1698 auto *CleanupRet = in splitBeforeCatchSwitch() local
1700 return CleanupRet; in splitBeforeCatchSwitch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp897 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3265 case Instruction::CleanupRet: in initializeInformationCache()
H A DAttributorAttributes.cpp2065 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3059 case Instruction::CleanupRet: { in writeInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6249 case Instruction::CleanupRet: in isSafeToSpeculativelyExecuteWithOpcode()