Home
last modified time | relevance | path

Searched defs:CleanupPad (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp157 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) { in getCleanupRetUnwindDest()
185 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(FuncletPad)) in calculateStateNumbersForInvokes() local
221 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); in getEHPadFromPredecessor() local
279 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateCXXStateNumbers() local
381 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateSEHStateNumbers() local
410 if (auto *CleanupPad = dyn_cast<CleanupPadInst>(EHPad)) in isTopLevelPadForMSVC() local
936 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad); in removeImplausibleInstructions() local
/external/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp168 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) { in getCleanupRetUnwindDest()
196 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(FuncletPad)) in calculateStateNumbersForInvokes() local
232 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); in getEHPadFromPredecessor() local
309 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateCXXStateNumbers() local
414 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateSEHStateNumbers() local
443 if (auto *CleanupPad = dyn_cast<CleanupPadInst>(EHPad)) in isTopLevelPadForMSVC() local
963 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad); in removeImplausibleInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp167 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) { in getCleanupRetUnwindDest()
195 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(FuncletPad)) in calculateStateNumbersForInvokes() local
231 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); in getEHPadFromPredecessor() local
290 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateCXXStateNumbers() local
392 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateSEHStateNumbers() local
421 if (auto *CleanupPad = dyn_cast<CleanupPadInst>(EHPad)) in isTopLevelPadForMSVC() local
941 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad); in removeImplausibleInstructions() local
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1048 auto *CleanupPad = in splitBeforeCatchSwitch() local
1424 CleanupPadInst *CleanupPad) { in rewritePHIsForCleanupPad()
1523 if (auto *CleanupPad = in rewritePHIs() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp253 auto *CleanupPad = cast<CleanupPadInst>(CurrentPad); in getUnwindDestTokenHelper() local
603 auto *CleanupPad = CRI->getCleanupPad(); in HandleInlinedEHPad() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp288 auto *CleanupPad = cast<CleanupPadInst>(CurrentPad); in getUnwindDestTokenHelper() local
679 auto *CleanupPad = CRI->getCleanupPad(); in HandleInlinedEHPad() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp295 auto *CleanupPad = cast<CleanupPadInst>(CurrentPad); in getUnwindDestTokenHelper() local
686 auto *CleanupPad = CRI->getCleanupPad(); in HandleInlinedEHPad() local
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml245 | CleanupPad Constructor
Dllvm.mli267 | CleanupPad Constructor
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp557 auto *CleanupPad = in splitBeforeCatchSwitch() local
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp1010 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) { in init()
1019 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
1028 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp930 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) { in init()
939 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
948 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
/external/llvm/lib/IR/
DInstructions.cpp901 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) { in init()
910 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
919 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4260 Value *CleanupPad = in parseFunctionBody() local
/external/llvm/lib/AsmParser/
DLLParser.cpp5393 Value *CleanupPad = nullptr; in ParseCleanupRet() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4875 Value *CleanupPad = in parseFunctionBody() local
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4362 Value *CleanupPad = in parseFunctionBody() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp6185 Value *CleanupPad = nullptr; in ParseCleanupRet() local
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp6556 Value *CleanupPad = nullptr; in parseCleanupRet() local