LLVM: false::SUnitWithMemInfo Struct Reference (original) (raw)

This class holds an SUnit corresponding to a memory operation and other information related to the instruction. More...

Public Attributes
SUnit * SU
SmallVector< const Value *, 2 > UnderlyingObjs
const Value * MemOpValue = nullptr
The value of a memory operand.
int64_t MemOpOffset = 0
The offset of a memory operand.
AAMDNodes AATags
bool IsAllIdentified = false
True if all the underlying objects are identified.

This class holds an SUnit corresponding to a memory operation and other information related to the instruction.

Definition at line 248 of file MachinePipeliner.cpp.

SUnitWithMemInfo::SUnitWithMemInfo ( SUnit * SU )

isTriviallyDisjoint()

isUnknown()

bool false::SUnitWithMemInfo::isUnknown ( ) const inline

AATags

IsAllIdentified

bool false::SUnitWithMemInfo::IsAllIdentified = false

MemOpOffset

int64_t false::SUnitWithMemInfo::MemOpOffset = 0

MemOpValue

const Value* false::SUnitWithMemInfo::MemOpValue = nullptr

SU

SUnit* false::SUnitWithMemInfo::SU

UnderlyingObjs


The documentation for this struct was generated from the following file: