Searched refs:NewPAL (Results 1 – 5 of 5) sorted by relevance
453 auto NewPAL = New->getAttributes(); in replaceDirectCallers() local456 NewArgAttrs.push_back(NewPAL.getParamAttributes(argIdx)); in replaceDirectCallers()460 NewPAL.getRetAttributes(), in replaceDirectCallers()
851 AttributeList NewPAL = in RemoveDeadStuffFromFunction() local865 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
805 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec); in RemoveDeadStuffFromFunction() local818 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
3015 const AttributeSet &NewPAL = in transformCallThroughTrampoline() local3027 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()3034 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
4495 AttributeList NewPAL = in transformCallThroughTrampoline() local4508 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()4515 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()