llvm::AAAllocationInfo::classof

This function should return true if the type of the AA is AAAllocationInfo

Synopsis

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

static
bool
classof(AbstractAttribute const* AA);

Return Value

True if AA is a AAAllocationInfo.

Parameters

NameDescription
AAThe abstract attribute to inspect.