Searched refs:CleanupRet (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 306 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 D | SimplifyCFG.cpp | 6636 case Instruction::CleanupRet: in simplifyOnceImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
|
| H A D | Instruction.h | 239 case Instruction::CleanupRet:
|
| H A D | Instructions.h | 4639 return (I->getOpcode() == Instruction::CleanupRet);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 626 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local 629 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
|
| H A D | TargetLoweringBase.cpp | 1775 case CleanupRet: return 0; in InstructionOpcodeToISD()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 348 case CleanupRet: return "cleanupret"; in getOpcodeName()
|
| H A D | Instructions.cpp | 1029 : 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 D | LLLexer.cpp | 915 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 308 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); in replaceUnwindCoroEnd() local 310 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnd()
|
| H A D | CoroFrame.cpp | 1479 auto *CleanupRet = in splitBeforeCatchSwitch() local 1481 return CleanupRet; in splitBeforeCatchSwitch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 2363 case Instruction::CleanupRet: in initializeInformationCache()
|
| H A D | AttributorAttributes.cpp | 1443 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2920 case Instruction::CleanupRet: { in writeInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4663 case Instruction::CleanupRet: in isSafeToSpeculativelyExecute()
|