Searched refs:CleanupRet (Results 1 – 18 of 18) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 309 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 D | SimplifyCFG.cpp | 7307 case Instruction::CleanupRet: in simplifyOnce()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
|
| H A D | Instruction.h | 243 case Instruction::CleanupRet:
|
| H A D | Instructions.h | 4733 return (I->getOpcode() == Instruction::CleanupRet);
|
| /openbsd-src/gnu/llvm/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 | 1802 case CleanupRet: return 0; in InstructionOpcodeToISD()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instruction.cpp | 407 case CleanupRet: return "cleanupret"; in getOpcodeName()
|
| H A D | Instructions.cpp | 1159 : 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 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 | 1550 auto *CleanupRet = in splitBeforeCatchSwitch() local 1552 return CleanupRet; in splitBeforeCatchSwitch()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 882 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 246 | CleanupRet Constructor
|
| H A D | llvm.mli | 270 | CleanupRet Constructor
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 3068 case Instruction::CleanupRet: in initializeInformationCache()
|
| H A D | AttributorAttributes.cpp | 1971 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3010 case Instruction::CleanupRet: { in writeInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4904 case Instruction::CleanupRet: in isSafeToSpeculativelyExecuteWithOpcode()
|