llvm::UnderlyingObject::UnderlyingObject

Constructs an underlying object from V and aliasability.

Synopsis

Declared in <llvm/CodeGen/ScheduleDAGInstrs.h>

UnderlyingObject(
    ValueType V,
    bool MayAlias);

Parameters

NameDescription
VValue or PseudoSourceValue identifying the object.
MayAliasTrue if this object may alias other memory objects.