llvm::AAMemoryLocation::getDeducedAttributes

Return the deduced attributes in Attrs.

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

virtual
void
getDeducedAttributes(
    Attributor& A,
    LLVMContext& Ctx,
    SmallVectorImpl<Attribute>& Attrs) const;

Parameters

NameDescription
AThe Attributor managing the analysis.
CtxThe LLVM context used to construct attributes.
AttrsThe vector receiving deduced attributes.