Home | History | Annotate | Download | only in IPO

Lines Matching defs:PAL

278     AttributeSet PAL = CS.getAttributes();
279 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
281 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
282 AttributesVec.push_back(PAL.getSlotAttributes(i));
283 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
285 PAL.getFnAttributes()));
286 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
294 cast<InvokeInst>(New)->setAttributes(PAL);
298 cast<CallInst>(New)->setAttributes(PAL);
724 const AttributeSet &PAL = F->getAttributes();
741 if (PAL.hasAttributes(i + 1)) {
742 AttrBuilder B(PAL, i + 1);
830 AttributeSet RAttrs = PAL.getRetAttributes();
853 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
855 PAL.getFnAttributes()));