Lines Matching refs:CleanupPad

182 static BasicBlock *getCleanupRetUnwindDest(const CleanupPadInst *CleanupPad) {  in getCleanupRetUnwindDest()  argument
183 for (const User *U : CleanupPad->users()) in getCleanupRetUnwindDest()
210 else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(FuncletPad)) in calculateStateNumbersForInvokes() local
211 FuncletUnwindDest = getCleanupRetUnwindDest(CleanupPad); in calculateStateNumbersForInvokes()
367 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad(); in getEHPadFromPredecessor() local
368 if (CleanupPad->getParentPad() != ParentPad) in getEHPadFromPredecessor()
370 return CleanupPad->getParent(); in getEHPadFromPredecessor()
445 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateCXXStateNumbers() local
449 if (FuncInfo.EHPadStateMap.count(CleanupPad)) in calculateCXXStateNumbers()
453 FuncInfo.EHPadStateMap[CleanupPad] = CleanupState; in calculateCXXStateNumbers()
458 CleanupPad->getParentPad()))) { in calculateCXXStateNumbers()
463 for (const User *U : CleanupPad->users()) { in calculateCXXStateNumbers()
551 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI); in calculateSEHStateNumbers() local
555 if (FuncInfo.EHPadStateMap.count(CleanupPad)) in calculateSEHStateNumbers()
559 FuncInfo.EHPadStateMap[CleanupPad] = CleanupState; in calculateSEHStateNumbers()
564 getEHPadFromPredecessor(PredBlock, CleanupPad->getParentPad()))) in calculateSEHStateNumbers()
567 for (const User *U : CleanupPad->users()) { in calculateSEHStateNumbers()
580 if (auto *CleanupPad = dyn_cast<CleanupPadInst>(EHPad)) in isTopLevelPadForMSVC() local
581 return isa<ConstantTokenNone>(CleanupPad->getParentPad()) && in isTopLevelPadForMSVC()
582 getCleanupRetUnwindDest(CleanupPad) == nullptr; in isTopLevelPadForMSVC()
1100 auto *CleanupPad = dyn_cast_or_null<CleanupPadInst>(FuncletPad); in removeImplausibleInstructions() local
1150 IsUnreachableCleanupret = CRI->getCleanupPad() != CleanupPad; in removeImplausibleInstructions()
1155 if (Personality == EHPersonality::MSVC_CXX && CleanupPad) { in removeImplausibleInstructions()