LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
NewGVN::ValueDFS Struct Reference
Collaboration diagram for NewGVN::ValueDFS:
[legend]

Public Member Functions

bool operator< (const ValueDFS &Other) const
 

Public Attributes

int DFSIn = 0
 
int DFSOut = 0
 
int LocalNum = 0
 
ValueVal = nullptr
 
UseU = nullptr
 

Detailed Description

Definition at line 1831 of file NewGVN.cpp.

Member Function Documentation

bool NewGVN::ValueDFS::operator< ( const ValueDFS Other) const
inline

Definition at line 1839 of file NewGVN.cpp.

References DFSIn, DFSOut, LocalNum, U, and Val.

Member Data Documentation

int NewGVN::ValueDFS::DFSIn = 0

Definition at line 1832 of file NewGVN.cpp.

Referenced by operator<().

int NewGVN::ValueDFS::DFSOut = 0

Definition at line 1833 of file NewGVN.cpp.

Referenced by operator<().

int NewGVN::ValueDFS::LocalNum = 0

Definition at line 1834 of file NewGVN.cpp.

Referenced by operator<().

Use* NewGVN::ValueDFS::U = nullptr

Definition at line 1837 of file NewGVN.cpp.

Referenced by operator<().

Value* NewGVN::ValueDFS::Val = nullptr

Definition at line 1836 of file NewGVN.cpp.

Referenced by operator<().


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