LLVM 20.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 3550 of file NewGVN.cpp.
Definition at line 3561 of file NewGVN.cpp.
References Other.
PointerIntPair<Value *, 1, bool> NewGVN::ValueDFS::Def |
Definition at line 3558 of file NewGVN.cpp.
int NewGVN::ValueDFS::DFSIn = 0 |
Definition at line 3551 of file NewGVN.cpp.
int NewGVN::ValueDFS::DFSOut = 0 |
Definition at line 3552 of file NewGVN.cpp.
int NewGVN::ValueDFS::LocalNum = 0 |
Definition at line 3553 of file NewGVN.cpp.
Use* NewGVN::ValueDFS::U = nullptr |
Definition at line 3559 of file NewGVN.cpp.