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 246 SmallVector<AttributeSet, 8> AttributesVec;
248 AttributesVec.push_back(PAL.getSlotAttributes(i));
250 AttributesVec.push_back(AttributeSet::get(Fn.getContext(),
252 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
704 SmallVector<AttributeSet, 8> AttributesVec;
726 AttributesVec.
832 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
835 AttributesVec.push_back(AttributeSet::get(F->getContext(),
    [all...]
ArgumentPromotion.cpp 525 SmallVector<AttributeSet, 8> AttributesVec;
530 AttributesVec.push_back(AttributeSet::get(F->getContext(),
550 AttributesVec.
604 AttributesVec.push_back(AttributeSet::get(FTy->getContext(),
626 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
627 AttributesVec.clear();
655 AttributesVec.push_back(AttributeSet::get(F->getContext(),
669 AttributesVec.
732 AttributesVec.
739 AttributesVec.push_back(AttributeSet::get(Call->getContext()
    [all...]

Completed in 913 milliseconds