Home | History | Annotate | Download | only in IPO

Lines Matching defs:PAL

234     AttrListPtr PAL = CS.getAttributes();
235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) {
237 for (unsigned i = 0; PAL.getSlot(i).Index <= NumArgs; ++i)
238 AttributesVec.push_back(PAL.getSlot(i));
239 if (Attributes FnAttrs = PAL.getFnAttributes())
241 PAL = AttrListPtr::get(AttributesVec.begin(), AttributesVec.end());
249 cast<InvokeInst>(New)->setAttributes(PAL);
253 cast<CallInst>(New)->setAttributes(PAL);
654 const AttrListPtr &PAL = F->getAttributes();
657 Attributes RAttrs = PAL.getRetAttributes();
658 Attributes FnAttrs = PAL.getFnAttributes();
743 if (Attributes Attrs = PAL.getParamAttributes(i + 1))