Home
last modified time | relevance | path

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

/third_party/openssl/test/ossl_shim/include/openssl/
Dbase.h48 template <typename T, typename CleanupRet, void (*init)(T *),
49 CleanupRet (*cleanup)(T *)>
55 StackAllocated(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
56 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp290 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in getUnwindDestTokenHelper() local
291 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest()) in getUnwindDestTokenHelper()
2116 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) in InlineFunction() local
2117 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction()
2118 changeToUnreachable(CleanupRet, /*UseLLVMTrap=*/false); in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def117 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h199 case Instruction::CleanupRet:
DInstruction.def134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
DInstructions.h4634 return (I->getOpcode() == Instruction::CleanupRet);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp604 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local
607 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
DTargetLoweringBase.cpp1589 case CleanupRet: return 0; in InstructionOpcodeToISD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp559 auto *CleanupRet = in splitBeforeCatchSwitch() local
561 return CleanupRet; in splitBeforeCatchSwitch()
DCoroSplit.cpp244 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); in replaceUnwindCoroEnd() local
246 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp302 case CleanupRet: return "cleanupret"; in getOpcodeName()
DInstructions.cpp920 : Instruction(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst()
942 Instruction::CleanupRet, in CleanupReturnInst()
951 Instruction::CleanupRet, in CleanupReturnInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp892 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp873 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl()
6453 case Instruction::CleanupRet: in initializeInformationCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4136 case Instruction::CleanupRet: in isSafeToSpeculativelyExecute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2790 case Instruction::CleanupRet: { in writeInstruction()