Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp888 const AttributeList &CallPAL = CB.getAttributes(); in RemoveDeadStuffFromFunction() local
892 AttrBuilder RAttrs(CallPAL.getRetAttributes()); in RemoveDeadStuffFromFunction()
906 AttributeSet Attrs = CallPAL.getParamAttributes(Pi); in RemoveDeadStuffFromFunction()
925 ArgAttrVec.push_back(CallPAL.getParamAttributes(Pi)); in RemoveDeadStuffFromFunction()
933 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp249 const AttributeList &CallPAL = CB.getAttributes(); in doPromotion() local
260 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
328 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
345 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
346 CallPAL.getRetAttributes(), ArgAttrVec)); in doPromotion()