Searched refs:getNumAttrSets (Results 1 – 10 of 10) sorted by relevance
86 AttributeSetsToPreserve.reserve(AL.getNumAttrSets()); in visitAttributeList()
1202 MaxSize = std::max(MaxSize, List.getNumAttrSets()); in get()1337 if (WithoutIndex >= getNumAttrSets()) in removeAttributesAtIndex()1503 if (!pImpl || Index >= getNumAttrSets()) in getAttributes()1528 unsigned AttributeList::getNumAttrSets() const { in getNumAttrSets() function in AttributeList
2202 return Attrs.getNumAttrSets() <= Params + 2; in verifyAttributeCount()
887 unsigned getNumAttrSets() const;914 index_iterator indexes() const { return index_iterator(getNumAttrSets()); }
175 EXPECT_EQ(2U, AL.getNumAttrSets()); in TEST()
118 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs()
964 for (unsigned i = 0; i < Attrs.getNumAttrSets(); ++i) { in remapInstruction()
659 for (unsigned i = 0; i < Attrs.getNumAttrSets(); ++i) { in mapAttributeTypes()
1426 for (unsigned I = 0; I + 2 < Attrs.getNumAttrSets(); ++I) in applyICallBranchFunnel()
382 IE = CallSiteAttrs.getNumAttrSets(); in transformFunctionAttributes()