|
LLVM
4.0.0
|
Public Member Functions | |
| bool | operator< (const ValueDFS &Other) const |
Public Attributes | |
| int | DFSIn = 0 |
| int | DFSOut = 0 |
| int | LocalNum = 0 |
| Value * | Val = nullptr |
| Use * | U = nullptr |
Definition at line 1831 of file NewGVN.cpp.
| 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<().
1.8.6