Lines Matching refs:getParentPad
216 if (CatchSwitch->getParentPad() != ParentPad) in getEHPadFromPredecessor()
222 if (CleanupPad->getParentPad() != ParentPad) in getEHPadFromPredecessor()
246 CatchSwitch->getParentPad()))) in calculateCXXStateNumbers()
292 CleanupPad->getParentPad()))) { in calculateCXXStateNumbers()
358 CatchSwitch->getParentPad()))) in calculateSEHStateNumbers()
394 getEHPadFromPredecessor(PredBlock, CleanupPad->getParentPad()))) in calculateSEHStateNumbers()
408 return isa<ConstantTokenNone>(CatchSwitch->getParentPad()) && in isTopLevelPadForMSVC()
411 return isa<ConstantTokenNone>(CleanupPad->getParentPad()) && in isTopLevelPadForMSVC()
502 ParentPad = CPI->getParentPad(); in calculateClrEHStateNumbers()
504 ParentPad = CSI->getParentPad(); in calculateClrEHStateNumbers()
627 UserUnwindParent = CSI->getParentPad(); in calculateClrEHStateNumbers()
630 cast<CleanupPadInst>(UserUnwindPad)->getParentPad(); in calculateClrEHStateNumbers()