Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3093 SmallVector<AttributeSet, 16> NewArgOperandAttributes; in rewriteFunctionSignatures() local
3106 NewArgOperandAttributes.append(ARI->ReplacementTypes.size(), in rewriteFunctionSignatures()
3110 NewArgOperandAttributes.push_back( in rewriteFunctionSignatures()
3115 assert(NewArgOperands.size() == NewArgOperandAttributes.size() && in rewriteFunctionSignatures()
3142 OldCallAttributeList.getRetAttrs(), NewArgOperandAttributes)); in rewriteFunctionSignatures()