Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp306 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 DSimplifyCFG.cpp7138 case Instruction::CleanupRet: in simplifyOnce()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.def134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
H A DInstruction.h232 case Instruction::CleanupRet:
H A DInstructions.h4698 return (I->getOpcode() == Instruction::CleanupRet);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp623 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local
626 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
H A DTargetLoweringBase.cpp1782 case CleanupRet: return 0; in InstructionOpcodeToISD()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp357 case CleanupRet: return "cleanupret"; in getOpcodeName()
H A DInstructions.cpp1056 : 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 DCoroSplit.cpp337 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); in replaceUnwindCoroEnd() local
339 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnd()
H A DCoroFrame.cpp1515 auto *CleanupRet = in splitBeforeCatchSwitch() local
1517 return CleanupRet; in splitBeforeCatchSwitch()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp864 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml246 | CleanupRet Constructor
H A Dllvm.mli270 | CleanupRet Constructor
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2809 case Instruction::CleanupRet: in initializeInformationCache()
H A DAttributorAttributes.cpp1564 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2962 case Instruction::CleanupRet: { in writeInstruction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4794 case Instruction::CleanupRet: in isSafeToSpeculativelyExecuteWithOpcode()