Lines Matching defs:getParentPad
4368 static Value *getParentPad(Value *EHPad) {
4370 return FPI->getParentPad();
4372 return cast<CatchSwitchInst>(EHPad)->getParentPad();
4411 Value *ToPadParent = getParentPad(ToPad);
4438 for (;; FromPad = getParentPad(FromPad)) {
4451 // need the extra check here to make sure getParentPad() works.
4520 Check(isa<CatchSwitchInst>(CPI.getParentPad()),
4522 CPI.getParentPad());
4553 auto *ParentPad = CPI.getParentPad();
4608 Value *UnwindParent = getParentPad(UnwindPad);
4627 Value *ExitedParent = getParentPad(ExitedPad);
4658 getParentPad(UnwindPad) == getParentPad(&FPI))
4683 Value *AncestorPad = getParentPad(UnclePad);
4687 Value *ResolvedParent = getParentPad(ResolvedPad);
4704 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FPI.getParentPad())) {
4735 auto *ParentPad = CatchSwitch.getParentPad();
4747 if (getParentPad(I) == ParentPad)