Searched refs:CleanupRet (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 306 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in getUnwindDestTokenHelper() local 307 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest()) in getUnwindDestTokenHelper() 2347 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) in InlineFunction() local 2348 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction() 2349 changeToUnreachable(CleanupRet); in InlineFunction()
|
| H A D | SimplifyCFG.cpp | 7138 case Instruction::CleanupRet: in simplifyOnce()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
|
| H A D | Instruction.h | 232 case Instruction::CleanupRet:
|
| H A D | Instructions.h | 4698 return (I->getOpcode() == Instruction::CleanupRet);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 623 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local 626 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
|
| H A D | TargetLoweringBase.cpp | 1782 case CleanupRet: return 0; in InstructionOpcodeToISD()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instruction.cpp | 357 case CleanupRet: return "cleanupret"; in getOpcodeName()
|
| H A D | Instructions.cpp | 1056 : Instruction(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst() 1079 Instruction::CleanupRet, in CleanupReturnInst() 1088 Instruction::CleanupRet, in CleanupReturnInst()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 337 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); in replaceUnwindCoroEnd() local 339 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnd()
|
| H A D | CoroFrame.cpp | 1515 auto *CleanupRet = in splitBeforeCatchSwitch() local 1517 return CleanupRet; in splitBeforeCatchSwitch()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 864 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 246 | CleanupRet Constructor
|
| H A D | llvm.mli | 270 | CleanupRet Constructor
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 2809 case Instruction::CleanupRet: in initializeInformationCache()
|
| H A D | AttributorAttributes.cpp | 1564 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2962 case Instruction::CleanupRet: { in writeInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4794 case Instruction::CleanupRet: in isSafeToSpeculativelyExecuteWithOpcode()
|