Searched refs:CleanupRet (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h234 case Instruction::CleanupRet:
H A DInstructions.h4564 return (I->getOpcode() == Instruction::CleanupRet);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp297 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) {
298 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest())
2175 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator()))
2176 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally)
2177 changeToUnreachable(CleanupRet, /*UseLLVMTrap=*/false);
H A DSimplifyCFG.cpp6214 case Instruction::CleanupRet:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp626 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) {
629 UnwindDest = CleanupRet->getUnwindDest();
H A DTargetLoweringBase.cpp1642 case CleanupRet: return 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp696 auto *CleanupRet = local
698 return CleanupRet;
H A DCoroSplit.cpp245 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); local
247 CleanupRet->getParent()->getTerminator()->eraseFromParent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp329 case CleanupRet: return "cleanupret";
H A DInstructions.cpp973 : Instruction(CRI.getType(), Instruction::CleanupRet,
996 Instruction::CleanupRet,
1005 Instruction::CleanupRet,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp901 INSTKEYWORD(cleanupret, CleanupRet);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1702 case Instruction::CleanupRet:
H A DAttributorAttributes.cpp686 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4401 case Instruction::CleanupRet:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2816 case Instruction::CleanupRet: {

Completed in 485 milliseconds