Searched refs:CleanupRet (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
|
| H A D | Instruction.h | 313 case Instruction::CleanupRet:
|
| H A D | Instructions.h | 4747 return (I->getOpcode() == Instruction::CleanupRet);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 307 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 D | SimplifyCFG.cpp | 7584 case Instruction::CleanupRet: in simplifyOnce()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 618 case CleanupRet: return "cleanupret"; in getOpcodeName() 1008 case Instruction::CleanupRet: in mayThrow()
|
| H A D | Instructions.cpp | 1010 : 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 D | WinEHPrepare.cpp | 771 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local 774 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
|
| H A D | TargetLoweringBase.cpp | 1847 case CleanupRet: return 0; in InstructionOpcodeToISD()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 391 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); in replaceUnwindCoroEnd() local 393 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnd()
|
| H A D | CoroFrame.cpp | 1698 auto *CleanupRet = in splitBeforeCatchSwitch() local 1700 return CleanupRet; in splitBeforeCatchSwitch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 897 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 3265 case Instruction::CleanupRet: in initializeInformationCache()
|
| H A D | AttributorAttributes.cpp | 2065 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3059 case Instruction::CleanupRet: { in writeInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6249 case Instruction::CleanupRet: in isSafeToSpeculativelyExecuteWithOpcode()
|