Searched refs:getCleanupPad (Results 1 – 10 of 10) sorted by relevance
369 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); in getEHPadFromPredecessor()1186 IsUnreachableCleanupret = CRI->getCleanupPad() != CleanupPad; in removeImplausibleInstructions()
759 CleanupPadInst *CleanupReturnInst::getCleanupPad() const { in getCleanupPad() function in llvm::sandboxir::CleanupReturnInst761 Ctx.getValue(cast<llvm::CleanupReturnInst>(Val)->getCleanupPad())); in getCleanupPad()766 .emplaceIfTracking<GenericSetter<&CleanupReturnInst::getCleanupPad, in setCleanupPad()
1759 IRB.CreateCleanupRet(CRI->getCleanupPad(), CatchDispatchLongjmpBB); in handleLongjmpableCallsForWasmSjLj()
1664 LLVM_ABI CleanupPadInst *getCleanupPad() const;
713 auto *CleanupPad = CRI->getCleanupPad(); in HandleInlinedEHPad()
5292 CleanupPadInst *CPInst = RI->getCleanupPad(); in removeEmptyCleanup()5416 CleanupPadInst *PredecessorCleanupPad = RI->getCleanupPad(); in mergeCleanupPad()
3221 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI->getIterator()); in removeUnwindEdge()
4448 CleanupPadInst *getCleanupPad() const {
3314 pushValue(CRI.getCleanupPad(), InstID, Vals); in writeInstruction()
2129 FuncInfo.getMBB(I.getCleanupPad()->getParent()); in visitCleanupRet()