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 276 SmallVector<AttributeSet, 8> AttributesVec;
278 AttributesVec.push_back(PAL.getSlotAttributes(i));
280 AttributesVec.push_back(AttributeSet::get(Fn.getContext(),
282 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
699 SmallVector<AttributeSet, 8> AttributesVec;
778 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
797 AttributesVec.
808 AttributesVec.push_back(AttributeSet::get(F->getContext(),
812 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec);
838 AttributesVec.clear()
    [all...]
ArgumentPromotion.cpp 517 SmallVector<AttributeSet, 8> AttributesVec;
522 AttributesVec.push_back(AttributeSet::get(F->getContext(),
542 AttributesVec.
597 AttributesVec.push_back(AttributeSet::get(FTy->getContext(),
615 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
616 AttributesVec.clear();
644 AttributesVec.push_back(AttributeSet::get(F->getContext(),
658 AttributesVec.
721 AttributesVec.
728 AttributesVec.push_back(AttributeSet::get(Call->getContext()
    [all...]

Completed in 661 milliseconds