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
Name |
Description |
A |
The Attributor managing the analysis. |
Ctx |
The LLVM context used to construct attributes. |
Attrs |
The vector receiving deduced attributes. |
Created with MrDocs