LLVM: llvm::ValueDFS Struct Reference (original) (raw)

Public Attributes
int DFSIn = 0
int DFSOut = 0
unsigned int LocalNum = LN_Middle
Use * U = nullptr
PredicateBase * PInfo = nullptr

Detailed Description

Definition at line 83 of file PredicateInfo.cpp.

Member Data Documentation

DFSIn

int llvm::ValueDFS::DFSIn = 0

Definition at line 84 of file PredicateInfo.cpp.

DFSOut

int llvm::ValueDFS::DFSOut = 0

Definition at line 85 of file PredicateInfo.cpp.

LocalNum

unsigned int llvm::ValueDFS::LocalNum = LN_Middle

Definition at line 86 of file PredicateInfo.cpp.

PInfo

PredicateBase* llvm::ValueDFS::PInfo = nullptr

Definition at line 89 of file PredicateInfo.cpp.

Referenced by llvm::ValueDFS_Compare::getBlockEdge(), and llvm::ValueDFS_Compare::getDefOrUser().

U

Use* llvm::ValueDFS::U = nullptr

Definition at line 88 of file PredicateInfo.cpp.

Referenced by llvm::ValueDFS_Compare::getBlockEdge(), and llvm::ValueDFS_Compare::getDefOrUser().


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