Lines Matching refs:PAL
187 AttributeList PAL = CB->getAttributes(); in DeleteDeadVarargs() local
188 if (!PAL.isEmpty()) { in DeleteDeadVarargs()
191 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo)); in DeleteDeadVarargs()
192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs()
193 PAL.getRetAttributes(), ArgAttrs); in DeleteDeadVarargs()
209 NewCB->setAttributes(PAL); in DeleteDeadVarargs()
747 const AttributeList &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction() local
761 ArgAttrVec.push_back(PAL.getParamAttributes(ArgI)); in RemoveDeadStuffFromFunction()
762 HasLiveReturnedArg |= PAL.hasParamAttribute(ArgI, Attribute::Returned); in RemoveDeadStuffFromFunction()
837 AttrBuilder RAttrs(PAL.getRetAttributes()); in RemoveDeadStuffFromFunction()
852 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()