Searched defs:CleanupPad (Results 1 – 7 of 7) sorted by relevance
182 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) { in getCleanupRetUnwindDest()210 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(FuncletPad)) in calculateStateNumbersForInvokes() local367 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); in getEHPadFromPredecessor() local445 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateCXXStateNumbers() local551 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateSEHStateNumbers() local580 if (auto *CleanupPad = dyn_cast<CleanupPadInst>(EHPad)) in isTopLevelPadForMSVC() local1100 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad); in removeImplausibleInstructions() local
308 auto *CleanupPad = cast<CleanupPadInst>(CurrentPad); in getUnwindDestTokenHelper() local694 auto *CleanupPad = CRI->getCleanupPad(); in HandleInlinedEHPad() local
896 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(PadInst)) in ehAwareSplitEdge() local
1726 auto *CleanupPad = in splitBeforeCatchSwitch() local2119 CleanupPadInst *CleanupPad) { in rewritePHIsForCleanupPad()2234 if (auto *CleanupPad = in rewritePHIs() local
971 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) { in init()980 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
5511 Value *CleanupPad = getValue(Record, Idx++, NextValueNo, TokenTy, in parseFunctionBody() local
7413 Value *CleanupPad = nullptr; in parseCleanupRet() local