Lines Matching defs:getParentPad
255 static Value *getParentPad(Value *EHPad) {
257 return FPI->getParentPad();
258 return cast<CatchSwitchInst>(EHPad)->getParentPad();
321 assert(getParentPad(ChildUnwindDestToken) == CatchPad);
359 getParentPad(ChildUnwindDestToken) == CleanupPad)
376 UnwindParent = getParentPad(UnwindPad);
382 ExitedPad = dyn_cast<Instruction>(getParentPad(ExitedPad))) {
448 for (AncestorToken = getParentPad(EHPad);
450 AncestorToken = getParentPad(AncestorToken)) {
502 assert(getParentPad(Memo->second) == getParentPad(UselessPad));
529 (getParentPad(&*cast<InvokeInst>(U)
543 (getParentPad(
736 dyn_cast<Instruction>(CatchSwitch->getParentPad())) {
759 CatchSwitch->getParentPad(), UnwindDest,
3064 if (isa<ConstantTokenNone>(CatchSwitch->getParentPad()))
3068 if (isa<ConstantTokenNone>(FPI->getParentPad()))