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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h199 case Instruction::CleanupRet:
H A DInstructions.h4634 return (I->getOpcode() == Instruction::CleanupRet);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp290 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) {
291 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest())
2116 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator()))
2117 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally)
2118 changeToUnreachable(CleanupRet, /*UseLLVMTrap=*/false);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp604 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) {
607 UnwindDest = CleanupRet->getUnwindDest();
H A DTargetLoweringBase.cpp1589 case CleanupRet: return 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp559 auto *CleanupRet = local
561 return CleanupRet;
H A DCoroSplit.cpp244 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); local
246 CleanupRet->getParent()->getTerminator()->eraseFromParent();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp302 case CleanupRet: return "cleanupret";
H A DInstructions.cpp920 : Instruction(CRI.getType(), Instruction::CleanupRet,
942 Instruction::CleanupRet,
951 Instruction::CleanupRet,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp892 INSTKEYWORD(cleanupret, CleanupRet);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp873 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet,
6453 case Instruction::CleanupRet:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4136 case Instruction::CleanupRet:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2790 case Instruction::CleanupRet: {

Completed in 307 milliseconds