Searched refs:NewAttributes (Results 1 – 2 of 2) sorted by relevance
141 Attributes NewAttributes = Attribute::None; in runOnSCC() local144 NewAttributes |= Attribute::NoUnwind; in runOnSCC()146 NewAttributes |= Attribute::NoReturn; in runOnSCC()150 const AttrListPtr &NPAL = PAL.addAttr(~0, NewAttributes); in runOnSCC()
2352 AttrVec &NewAttributes = New->getAttrs(); in checkNewAttributesAfterDef() local2353 for (unsigned I = 0, E = NewAttributes.size(); I != E;) { in checkNewAttributesAfterDef()2354 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef()2363 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()2412 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()2421 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()