Home
last modified time | relevance | path

Searched refs:getCleanupPad (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp369 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); in getEHPadFromPredecessor()
1186 IsUnreachableCleanupret = CRI->getCleanupPad() != CleanupPad; in removeImplausibleInstructions()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp759 CleanupPadInst *CleanupReturnInst::getCleanupPad() const { in getCleanupPad() function in llvm::sandboxir::CleanupReturnInst
761 Ctx.getValue(cast<llvm::CleanupReturnInst>(Val)->getCleanupPad())); in getCleanupPad()
766 .emplaceIfTracking<GenericSetter<&CleanupReturnInst::getCleanupPad, in setCleanupPad()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1759 IRB.CreateCleanupRet(CRI->getCleanupPad(), CatchDispatchLongjmpBB); in handleLongjmpableCallsForWasmSjLj()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1664 LLVM_ABI CleanupPadInst *getCleanupPad() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp713 auto *CleanupPad = CRI->getCleanupPad(); in HandleInlinedEHPad()
H A DSimplifyCFG.cpp5292 CleanupPadInst *CPInst = RI->getCleanupPad(); in removeEmptyCleanup()
5416 CleanupPadInst *PredecessorCleanupPad = RI->getCleanupPad(); in mergeCleanupPad()
H A DLocal.cpp3221 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI->getIterator()); in removeUnwindEdge()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4448 CleanupPadInst *getCleanupPad() const {
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3314 pushValue(CRI.getCleanupPad(), InstID, Vals); in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2129 FuncInfo.getMBB(I.getCleanupPad()->getParent()); in visitCleanupRet()