Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp182 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) { in getCleanupRetUnwindDest() argument
210 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(FuncletPad)) in calculateStateNumbersForInvokes() local
367 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); getEHPadFromPredecessor() local
445 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); calculateCXXStateNumbers() local
551 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); calculateSEHStateNumbers() local
580 if (auto *CleanupPad = dyn_cast<CleanupPadInst>(EHPad)) isTopLevelPadForMSVC() local
1100 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad); removeImplausibleInstructions() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp308 auto *CleanupPad = cast<CleanupPadInst>(CurrentPad); getUnwindDestTokenHelper() local
694 auto *CleanupPad = CRI->getCleanupPad(); HandleInlinedEHPad() local
H A DBasicBlockUtils.cpp896 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(PadInst)) ehAwareSplitEdge() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1726 auto *CleanupPad = splitBeforeCatchSwitch() local
2119 rewritePHIsForCleanupPad(BasicBlock * CleanupPadBB,CleanupPadInst * CleanupPad) rewritePHIsForCleanupPad() argument
2234 if (auto *CleanupPad = rewritePHIs() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml250 | CleanupPad Constructor
H A Dllvm.mli276 | CleanupPad Constructor
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp971 init(Value * CleanupPad,BasicBlock * UnwindBB) init() argument
980 CleanupReturnInst(Value * CleanupPad,BasicBlock * UnwindBB,unsigned Values,InsertPosition InsertBefore) CleanupReturnInst() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5512 Value *CleanupPad = getValue(Record, Idx++, NextValueNo, TokenTy, parseFunctionBody() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7391 Value *CleanupPad = nullptr; parseCleanupRet() local