Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp887 const AttributeList &CallPAL = CB.getAttributes(); in RemoveDeadStuffFromFunction() local
891 AttrBuilder RAttrs(CallPAL.getRetAttributes()); in RemoveDeadStuffFromFunction()
905 AttributeSet Attrs = CallPAL.getParamAttributes(Pi); in RemoveDeadStuffFromFunction()
924 ArgAttrVec.push_back(CallPAL.getParamAttributes(Pi)); in RemoveDeadStuffFromFunction()
932 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp250 const AttributeList &CallPAL = CB.getAttributes(); in doPromotion() local
261 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
329 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
346 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
347 CallPAL.getRetAttributes(), ArgAttrVec)); in doPromotion()