Searched refs:NewAttributes (Results 1 – 2 of 2) sorted by relevance
141 AttrBuilder NewAttributes; in runOnSCC() local144 NewAttributes.addAttribute(Attribute::NoUnwind); in runOnSCC()146 NewAttributes.addAttribute(Attribute::NoReturn); in runOnSCC()151 F->getContext(), AttributeSet::FunctionIndex, NewAttributes); in runOnSCC()
2127 AttrVec &NewAttributes = New->getAttrs(); in checkNewAttributesAfterDef() local2128 for (unsigned I = 0, E = NewAttributes.size(); I != E;) { in checkNewAttributesAfterDef()2129 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef()2179 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()2188 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()