Return the deduced attributes in Attrs.
Declared in <llvm/Transforms/IPO/Attributor.h>
virtual
void
getDeducedAttributes(
Attributor& A,
LLVMContext& Ctx,
SmallVectorImpl<Attribute>& Attrs) const;
| Name | Description |
|---|---|
| A | The Attributor managing the analysis. |
| Ctx | The LLVM context used to construct attributes. |
| Attrs | The vector receiving deduced attributes. |