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 251 SmallVector<AttributeSet, 8> AttributesVec;
253 AttributesVec.push_back(PAL.getSlotAttributes(i));
255 AttributesVec.push_back(AttributeSet::get(Fn.getContext(),
257 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
749 SmallVector<AttributeSet, 8> AttributesVec;
771 AttributesVec.
    [all...]
ArgumentPromotion.cpp 637 SmallVector<AttributeSet, 8> AttributesVec;
642 AttributesVec.push_back(AttributeSet::get(F->getContext(),
661 AttributesVec.
721 AttributesVec.push_back(AttributeSet::get(FTy->getContext(),
742 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
743 AttributesVec.clear();
767 AttributesVec.push_back(AttributeSet::get(F->getContext(),
781 AttributesVec.
    [all...]

Completed in 1356 milliseconds