Constructs an underlying object from V and aliasability.
Declared in <llvm/CodeGen/ScheduleDAGInstrs.h>
UnderlyingObject(
ValueType V,
bool MayAlias);
| Name | Description |
|---|---|
| V | Value or PseudoSourceValue identifying the object. |
| MayAlias | True if this object may alias other memory objects. |