llvm::AADereferenceable::AADereferenceable

Create a AADereferenceable for the position IRP.

Synopsis

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

AADereferenceable(
    IRPosition const& IRP,
    Attributor& A);

Parameters

NameDescription
IRPThe IR position of this abstract attribute.
AThe Attributor this abstract attribute belongs to.