Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
2328 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) in InlineFunction() local
2329 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction()
2330 changeToUnreachable(CleanupRet); in InlineFunction()
H A DSimplifyCFG.cpp6636 case Instruction::CleanupRet: in simplifyOnceImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
H A DInstruction.h239 case Instruction::CleanupRet:
H A DInstructions.h4639 return (I->getOpcode() == Instruction::CleanupRet);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp626 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local
629 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
H A DTargetLoweringBase.cpp1775 case CleanupRet: return 0; in InstructionOpcodeToISD()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp348 case CleanupRet: return "cleanupret"; in getOpcodeName()
H A DInstructions.cpp1029 : Instruction(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst()
1052 Instruction::CleanupRet, in CleanupReturnInst()
1061 Instruction::CleanupRet, in CleanupReturnInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp915 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp308 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); in replaceUnwindCoroEnd() local
310 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnd()
H A DCoroFrame.cpp1479 auto *CleanupRet = in splitBeforeCatchSwitch() local
1481 return CleanupRet; in splitBeforeCatchSwitch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2363 case Instruction::CleanupRet: in initializeInformationCache()
H A DAttributorAttributes.cpp1443 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2920 case Instruction::CleanupRet: { in writeInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4663 case Instruction::CleanupRet: in isSafeToSpeculativelyExecute()