Home | History | Annotate | Download | only in IPO

Lines Matching refs:FnAttrs

239       if (Attributes FnAttrs = PAL.getFnAttributes())
240 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
658 Attributes FnAttrs = PAL.getFnAttributes();
752 if (FnAttrs != Attribute::None)
753 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
788 Attributes FnAttrs = CallPAL.getFnAttributes();
815 if (FnAttrs != Attribute::None)
816 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));