Lines Matching refs:AttributesVec
171 SmallVector<AttributeSet, 8> AttributesVec; in DeleteDeadVarargs() local
173 AttributesVec.push_back(PAL.getSlotAttributes(i)); in DeleteDeadVarargs()
175 AttributesVec.push_back(AttributeSet::get(Fn.getContext(), in DeleteDeadVarargs()
177 PAL = AttributeSet::get(Fn.getContext(), AttributesVec); in DeleteDeadVarargs()
684 SmallVector<AttributeSet, 8> AttributesVec; in RemoveDeadStuffFromFunction() local
706 AttributesVec. in RemoveDeadStuffFromFunction()
798 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs)); in RemoveDeadStuffFromFunction()
801 AttributesVec.push_back(AttributeSet::get(F->getContext(), in RemoveDeadStuffFromFunction()
805 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec); in RemoveDeadStuffFromFunction()
832 AttributesVec.clear(); in RemoveDeadStuffFromFunction()
843 AttributesVec.push_back(AttributeSet::get(NF->getContext(), RAttrs)); in RemoveDeadStuffFromFunction()
864 AttributesVec. in RemoveDeadStuffFromFunction()
874 AttributesVec. in RemoveDeadStuffFromFunction()
880 AttributesVec.push_back(AttributeSet::get(Call->getContext(), in RemoveDeadStuffFromFunction()
884 AttributeSet NewCallPAL = AttributeSet::get(F->getContext(), AttributesVec); in RemoveDeadStuffFromFunction()