Value Number Information for a live range definition.
Synopsis
Declared in <llvm/CodeGen/LiveInterval.h>
class VNInfo;
Description
This class holds information about a machine level value, including definition and use points.
Type Aliases
Name |
Description |
Bump‐pointer allocator used to allocate VNInfo objects. |
Member Functions
Name |
Description |
|
Constructors |
Copy definition information from |
|
Dump this value number to the debug stream. |
|
Return true if this value is (or was) defined by a PHI. |
|
Returns true if this value is unused. |
|
Mark this value as unused. |
|
Print this value number to |