Home | History | Annotate | Download | only in IPO

Lines Matching defs:PAL

274     AttributeSet PAL = CS.getAttributes();
275 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
277 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
278 AttributesVec.push_back(PAL.getSlotAttributes(i));
279 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
281 PAL.getFnAttributes()));
282 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
290 cast<InvokeInst>(New)->setAttributes(PAL);
294 cast<CallInst>(New)->setAttributes(PAL);
700 const AttributeSet &PAL = F->getAttributes();
757 AttributeSet RAttrs = PAL.getRetAttributes();
795 if (PAL.hasAttributes(i + 1)) {
796 AttrBuilder B(PAL, i + 1);
807 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
809 PAL.getFnAttributes()));