Lines Matching defs:getParentPad
238 static Value *getParentPad(Value *EHPad) {
240 return FPI->getParentPad();
241 return cast<CatchSwitchInst>(EHPad)->getParentPad();
303 assert(getParentPad(ChildUnwindDestToken) == CatchPad);
341 getParentPad(ChildUnwindDestToken) == CleanupPad)
358 UnwindParent = getParentPad(UnwindPad);
364 ExitedPad = dyn_cast<Instruction>(getParentPad(ExitedPad))) {
430 for (AncestorToken = getParentPad(EHPad);
432 AncestorToken = getParentPad(AncestorToken)) {
484 assert(getParentPad(Memo->second) == getParentPad(UselessPad));
512 (getParentPad(
525 (getParentPad(
718 dyn_cast<Instruction>(CatchSwitch->getParentPad())) {
741 CatchSwitch->getParentPad(), UnwindDest,
2751 if (isa<ConstantTokenNone>(CatchSwitch->getParentPad()))
2755 if (isa<ConstantTokenNone>(FPI->getParentPad()))