This function should return true if the type of the AA is AAAllocationInfo
Declared in <llvm/Transforms/IPO/Attributor.h>
static
bool
classof(AbstractAttribute const* AA);
True if AA is a AAAllocationInfo.
| Name | Description |
|---|---|
| AA | The abstract attribute to inspect. |