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 DArgumentPromotion.cpp213 const AttributeList &CallPAL = CB.getAttributes(); in doPromotion() local
224 ArgAttrVec.push_back(CallPAL.getParamAttrs(ArgNo)); in doPromotion()
261 ArgAttrVec.push_back(CallPAL.getParamAttrs(ArgNo)); in doPromotion()
279 CallPAL.getFnAttrs(), in doPromotion()
280 CallPAL.getRetAttrs(), ArgAttrVec)); in doPromotion()
H A DDeadArgumentElimination.cpp888 const AttributeList &CallPAL = CB.getAttributes(); in removeDeadStuffFromFunction() local
892 AttrBuilder RAttrs(F->getContext(), CallPAL.getRetAttrs()); in removeDeadStuffFromFunction()
906 AttributeSet Attrs = CallPAL.getParamAttrs(Pi); in removeDeadStuffFromFunction()
925 ArgAttrVec.push_back(CallPAL.getParamAttrs(Pi)); in removeDeadStuffFromFunction()
933 AttributeSet FnAttrs = CallPAL.getFnAttrs().removeAttribute( in removeDeadStuffFromFunction()