Return the unique ID of this MemoryDef or MemoryPhi.

Synopsis

Declared in <llvm/Analysis/MemorySSA.h>

unsigned int
getID() const;

Description

Used for debugging and tracking things about MemoryAccesses. Guaranteed unique among MemoryAccesses, no guarantees otherwise.

Return Value

Unique ID of this MemoryDef or MemoryPhi.

Created with MrDocs