Home
last modified time | relevance | path

Searched refs:CallPAL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp894 const AttributeList &CallPAL = CB.getAttributes(); in removeDeadStuffFromFunction() local
898 AttrBuilder RAttrs(F->getContext(), CallPAL.getRetAttrs()); in removeDeadStuffFromFunction()
900 AttributeFuncs::typeIncompatible(NRetTy, CallPAL.getRetAttrs())); in removeDeadStuffFromFunction()
913 AttributeSet Attrs = CallPAL.getParamAttrs(Pi); in removeDeadStuffFromFunction()
932 ArgAttrVec.push_back(CallPAL.getParamAttrs(Pi)); in removeDeadStuffFromFunction()
940 AttributeSet FnAttrs = CallPAL.getFnAttrs().removeAttribute( in removeDeadStuffFromFunction()
H A DArgumentPromotion.cpp229 const AttributeList &CallPAL = CB.getAttributes(); in doPromotion() local
241 ArgAttrVec.push_back(CallPAL.getParamAttrs(ArgNo)); in doPromotion()
276 ArgAttrVec.push_back(CallPAL.getParamAttrs(ArgNo)); in doPromotion()
294 CallPAL.getFnAttrs(), in doPromotion()
295 CallPAL.getRetAttrs(), ArgAttrVec)); in doPromotion()