Home
last modified time | relevance | path

Searched refs:NewAttrs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
DAttributes.cpp280 Attributes NewAttrs = OldAttrs | Attrs; in addAttr() local
281 if (NewAttrs == OldAttrs) in addAttr()
319 Attributes NewAttrs = OldAttrs & ~Attrs; in removeAttr() local
320 if (NewAttrs == OldAttrs) in removeAttr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1207 SmallVector<AttributeWithIndex, 8> NewAttrs; in transformCallThroughTrampoline() local
1208 NewAttrs.reserve(Attrs.getNumSlots() + 1); in transformCallThroughTrampoline()
1215 NewAttrs.push_back(AttributeWithIndex::get(0, Attr)); in transformCallThroughTrampoline()
1227 NewAttrs.push_back(AttributeWithIndex::get(NestIdx, NestAttr)); in transformCallThroughTrampoline()
1236 NewAttrs.push_back in transformCallThroughTrampoline()
1245 NewAttrs.push_back(AttributeWithIndex::get(~0, Attr)); in transformCallThroughTrampoline()
1284 const AttrListPtr &NewPAL = AttrListPtr::get(NewAttrs.begin(), in transformCallThroughTrampoline()
1285 NewAttrs.end()); in transformCallThroughTrampoline()