LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
NewGVN::ValueDFS Struct Reference

Public Member Functions

bool operator< (const ValueDFS &Other) const
 

Public Attributes

int DFSIn = 0
 
int DFSOut = 0
 
int LocalNum = 0
 
PointerIntPair< Value *, 1, boolDef
 
UseU = nullptr
 

Detailed Description

Definition at line 3517 of file NewGVN.cpp.

Member Function Documentation

◆ operator<()

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

Definition at line 3528 of file NewGVN.cpp.

References Other.

Member Data Documentation

◆ Def

PointerIntPair<Value *, 1, bool> NewGVN::ValueDFS::Def

Definition at line 3525 of file NewGVN.cpp.

◆ DFSIn

int NewGVN::ValueDFS::DFSIn = 0

Definition at line 3518 of file NewGVN.cpp.

◆ DFSOut

int NewGVN::ValueDFS::DFSOut = 0

Definition at line 3519 of file NewGVN.cpp.

◆ LocalNum

int NewGVN::ValueDFS::LocalNum = 0

Definition at line 3520 of file NewGVN.cpp.

◆ U

Use* NewGVN::ValueDFS::U = nullptr

Definition at line 3526 of file NewGVN.cpp.


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