Searched refs:getNumAttrSets (Results 1 – 9 of 9) sorted by relevance
90 NewAttrList.reserve(AL.getNumAttrSets()); in visitAttributeList()
903 unsigned getNumAttrSets() const;930 index_iterator indexes() const { return index_iterator(getNumAttrSets()); }
1284 MaxSize = std::max(MaxSize, List.getNumAttrSets()); in get()1414 if (attrIdxToArrayIdx(WithoutIndex) >= getNumAttrSets()) in removeAttributesAtIndex()1581 if (!pImpl || Index >= getNumAttrSets()) in getAttributes()1606 unsigned AttributeList::getNumAttrSets() const { in getNumAttrSets() function in AttributeList
2244 return Attrs.getNumAttrSets() <= Params + 2; in verifyAttributeCount()
118 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs()
963 for (unsigned i = 0; i < Attrs.getNumAttrSets(); ++i) { in remapInstruction()
666 for (unsigned i = 0; i < Attrs.getNumAttrSets(); ++i) { in mapAttributeTypes()
1425 for (unsigned I = 0; I + 2 < Attrs.getNumAttrSets(); ++I) in applyICallBranchFunnel()
400 IE = CallSiteAttrs.getNumAttrSets(); in transformFunctionAttributes()