Home | History | Annotate | Download | only in IPO

Lines Matching full:getcontext

255         AttributesVec.push_back(AttributeSet::get(Fn.getContext(),
257 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
772 push_back(AttributeSet::get(F->getContext(), Params.size(), B));
829 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked());
840 NRetTy = Type::getVoidTy(F->getContext());
853 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(),
862 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
865 AttributesVec.push_back(AttributeSet::get(F->getContext(),
869 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec);
902 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(),
906 AttributesVec.push_back(AttributeSet::get(NF->getContext(), RAttrs));
928 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
938 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
943 AttributesVec.push_back(AttributeSet::get(Call->getContext(),
947 AttributeSet NewCallPAL = AttributeSet::get(F->getContext(), AttributesVec);
1079 ReturnInst::Create(F->getContext(), RetVal, RI);