Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp883 const AttributeList &CallPAL = CS.getAttributes(); in RemoveDeadStuffFromFunction() local
887 AttrBuilder RAttrs(CallPAL.getRetAttributes()); in RemoveDeadStuffFromFunction()
901 AttributeSet Attrs = CallPAL.getParamAttributes(i); in RemoveDeadStuffFromFunction()
920 ArgAttrVec.push_back(CallPAL.getParamAttributes(i)); in RemoveDeadStuffFromFunction()
928 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp245 const AttributeList &CallPAL = CS.getAttributes(); in doPromotion() local
255 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
318 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
335 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
336 CallPAL.getRetAttributes(), ArgAttrVec)); in doPromotion()