Lines Matching refs:getParentPad
3170 static Value *getParentPad(Value *EHPad) { in getParentPad() function
3172 return FPI->getParentPad(); in getParentPad()
3174 return cast<CatchSwitchInst>(EHPad)->getParentPad(); in getParentPad()
3213 Value *ToPadParent = getParentPad(ToPad); in visitEHPadPredecessors()
3235 for (;; FromPad = getParentPad(FromPad)) { in visitEHPadPredecessors()
3298 Assert(isa<CatchSwitchInst>(CPI.getParentPad()), in visitCatchPadInst()
3300 CPI.getParentPad()); in visitCatchPadInst()
3332 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst()
3387 Value *UnwindParent = getParentPad(UnwindPad); in visitFuncletPadInst()
3406 Value *ExitedParent = getParentPad(ExitedPad); in visitFuncletPadInst()
3436 getParentPad(UnwindPad) == getParentPad(&FPI)) in visitFuncletPadInst()
3461 Value *AncestorPad = getParentPad(UnclePad); in visitFuncletPadInst()
3465 Value *ResolvedParent = getParentPad(ResolvedPad); in visitFuncletPadInst()
3482 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FPI.getParentPad())) { in visitFuncletPadInst()
3513 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst()
3525 if (getParentPad(I) == ParentPad) in visitCatchSwitchInst()