| 
    LLVM 22.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 3542 of file NewGVN.cpp.
Definition at line 3553 of file NewGVN.cpp.
References Def, DFSIn, DFSOut, LocalNum, llvm::Other, and U.
| PointerIntPair<Value *, 1, bool> NewGVN::ValueDFS::Def | 
Definition at line 3550 of file NewGVN.cpp.
Referenced by operator<().
| int NewGVN::ValueDFS::DFSIn = 0 | 
Definition at line 3543 of file NewGVN.cpp.
Referenced by operator<().
| int NewGVN::ValueDFS::DFSOut = 0 | 
Definition at line 3544 of file NewGVN.cpp.
Referenced by operator<().
| int NewGVN::ValueDFS::LocalNum = 0 | 
Definition at line 3545 of file NewGVN.cpp.
Referenced by operator<().
| Use* NewGVN::ValueDFS::U = nullptr | 
Definition at line 3551 of file NewGVN.cpp.
Referenced by operator<().