LLVM 18.0.0git
|
Public Member Functions | |
bool | operator< (const ValueDFS &Other) const |
Public Attributes | |
int | DFSIn = 0 |
int | DFSOut = 0 |
int | LocalNum = 0 |
PointerIntPair< Value *, 1, bool > | Def |
Use * | U = nullptr |
Definition at line 3517 of file NewGVN.cpp.
Definition at line 3528 of file NewGVN.cpp.
References Other.
PointerIntPair<Value *, 1, bool> NewGVN::ValueDFS::Def |
Definition at line 3525 of file NewGVN.cpp.
int NewGVN::ValueDFS::DFSIn = 0 |
Definition at line 3518 of file NewGVN.cpp.
int NewGVN::ValueDFS::DFSOut = 0 |
Definition at line 3519 of file NewGVN.cpp.
int NewGVN::ValueDFS::LocalNum = 0 |
Definition at line 3520 of file NewGVN.cpp.
Use* NewGVN::ValueDFS::U = nullptr |
Definition at line 3526 of file NewGVN.cpp.