HomeSort by relevance Sort by last modified time
    Searched refs:AttributesVec (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 236 SmallVector<AttributeWithIndex, 8> AttributesVec;
238 AttributesVec.push_back(PAL.getSlot(i));
240 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
241 PAL = AttrListPtr::get(AttributesVec.begin(), AttributesVec.end());
653 SmallVector<AttributeWithIndex, 8> AttributesVec;
726 AttributesVec.push_back(AttributeWithIndex::get(0, RAttrs));
744 AttributesVec.push_back(AttributeWithIndex::get(Params.size(), Attrs));
753 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
756 AttrListPtr NewPAL = AttrListPtr::get(AttributesVec.begin()
    [all...]
ArgumentPromotion.cpp 519 SmallVector<AttributeWithIndex, 8> AttributesVec;
524 AttributesVec.push_back(AttributeWithIndex::get(0, attrs));
541 AttributesVec.push_back(AttributeWithIndex::get(Params.size(), attrs));
594 AttributesVec.push_back(AttributeWithIndex::get(~0, attrs));
619 NF->setAttributes(AttrListPtr::get(AttributesVec.begin(),
620 AttributesVec.end()));
621 AttributesVec.clear();
649 AttributesVec.push_back(AttributeWithIndex::get(0, attrs));
661 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
725 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs))
    [all...]

Completed in 133 milliseconds