Home | History | Annotate | Download | only in IPO

Lines Matching defs:PAL

169     AttributeSet PAL = CS.getAttributes();
170 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
172 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
173 AttributesVec.push_back(PAL.getSlotAttributes(i));
174 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
176 PAL.getFnAttributes()));
177 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
188 cast<InvokeInst>(New)->setAttributes(PAL);
192 cast<CallInst>(New)->setAttributes(PAL);
685 const AttributeSet &PAL = F->getAttributes();
702 if (PAL.hasAttributes(i + 1)) {
703 AttrBuilder B(PAL, i + 1);
782 AttributeSet RAttrs = PAL.getRetAttributes();
800 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
802 PAL.getFnAttributes()));