Home | History | Annotate | Download | only in Utils

Lines Matching refs:FPI

184   if (auto *FPI = dyn_cast<FuncletPadInst>(EHPad))
185 return FPI->getParentPad();
1843 auto *FPI = cast<FuncletPadInst>(I);
1844 if (isa<ConstantTokenNone>(FPI->getParentPad()))
1845 FPI->setParentPad(CallSiteEHPad);