Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp309 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in getUnwindDestTokenHelper() local
310 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest()) in getUnwindDestTokenHelper()
2584 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) in InlineFunction() local
2585 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction()
2586 changeToUnreachable(CleanupRet); in InlineFunction()
H A DSimplifyCFG.cpp7307 case Instruction::CleanupRet: in simplifyOnce()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.def134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
H A DInstruction.h243 case Instruction::CleanupRet:
H A DInstructions.h4733 return (I->getOpcode() == Instruction::CleanupRet);
/openbsd-src/gnu/llvm/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.cpp1802 case CleanupRet: return 0; in InstructionOpcodeToISD()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp407 case CleanupRet: return "cleanupret"; in getOpcodeName()
H A DInstructions.cpp1159 : Instruction(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst()
1182 Instruction::CleanupRet, in CleanupReturnInst()
1191 Instruction::CleanupRet, in CleanupReturnInst()
/openbsd-src/gnu/llvm/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.cpp1550 auto *CleanupRet = in splitBeforeCatchSwitch() local
1552 return CleanupRet; in splitBeforeCatchSwitch()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp882 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml246 | CleanupRet Constructor
H A Dllvm.mli270 | CleanupRet Constructor
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3068 case Instruction::CleanupRet: in initializeInformationCache()
H A DAttributorAttributes.cpp1971 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3010 case Instruction::CleanupRet: { in writeInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4904 case Instruction::CleanupRet: in isSafeToSpeculativelyExecuteWithOpcode()