Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp212 const AttributeList &CallPAL = CB.getAttributes(); in doPromotion() local
223 ArgAttrVec.push_back(CallPAL.getParamAttrs(ArgNo)); in doPromotion()
260 ArgAttrVec.push_back(CallPAL.getParamAttrs(ArgNo)); in doPromotion()
277 CallPAL.getFnAttrs(), in doPromotion()
278 CallPAL.getRetAttrs(), ArgAttrVec)); in doPromotion()
H A DDeadArgumentElimination.cpp890 const AttributeList &CallPAL = CB.getAttributes(); in removeDeadStuffFromFunction() local
894 AttrBuilder RAttrs(F->getContext(), CallPAL.getRetAttrs()); in removeDeadStuffFromFunction()
908 AttributeSet Attrs = CallPAL.getParamAttrs(Pi); in removeDeadStuffFromFunction()
927 ArgAttrVec.push_back(CallPAL.getParamAttrs(Pi)); in removeDeadStuffFromFunction()
935 AttributeSet FnAttrs = CallPAL.getFnAttrs().removeAttribute( in removeDeadStuffFromFunction()