Searched refs:AttributesVec (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | DeadArgumentElimination.cpp | 251 SmallVector<AttributeSet, 8> AttributesVec; in DeleteDeadVarargs() local 253 AttributesVec.push_back(PAL.getSlotAttributes(i)); in DeleteDeadVarargs() 255 AttributesVec.push_back(AttributeSet::get(Fn.getContext(), in DeleteDeadVarargs() 257 PAL = AttributeSet::get(Fn.getContext(), AttributesVec); in DeleteDeadVarargs() 746 SmallVector<AttributeSet, 8> AttributesVec; in RemoveDeadStuffFromFunction() local 768 AttributesVec. in RemoveDeadStuffFromFunction() 859 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs)); in RemoveDeadStuffFromFunction() 862 AttributesVec.push_back(AttributeSet::get(F->getContext(), in RemoveDeadStuffFromFunction() 866 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec); in RemoveDeadStuffFromFunction() 892 AttributesVec.clear(); in RemoveDeadStuffFromFunction() [all …]
|
| HD | ArgumentPromotion.cpp | 628 SmallVector<AttributeSet, 8> AttributesVec; in DoPromotion() local 633 AttributesVec.push_back(AttributeSet::get(F->getContext(), in DoPromotion() 652 AttributesVec. in DoPromotion() 712 AttributesVec.push_back(AttributeSet::get(FTy->getContext(), in DoPromotion() 740 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec)); in DoPromotion() 741 AttributesVec.clear(); in DoPromotion() 769 AttributesVec.push_back(AttributeSet::get(F->getContext(), in DoPromotion() 783 AttributesVec. in DoPromotion() 847 AttributesVec. in DoPromotion() 854 AttributesVec.push_back(AttributeSet::get(Call->getContext(), in DoPromotion() [all …]
|