LLVM API Documentation
#include <Dominators.h>
Public Member Functions | |
InfoRec () | |
Public Attributes | |
unsigned | DFSNum |
unsigned | Parent |
unsigned | Semi |
NodeT * | Label |
Definition at line 208 of file Dominators.h.
|
inline |
Definition at line 214 of file Dominators.h.
unsigned llvm::DominatorTreeBase< NodeT >::InfoRec::DFSNum |
Definition at line 209 of file Dominators.h.
Referenced by llvm::Calculate(), llvm::DFSPass(), and llvm::Eval().
NodeT* llvm::DominatorTreeBase< NodeT >::InfoRec::Label |
Definition at line 212 of file Dominators.h.
Referenced by llvm::Calculate(), llvm::DFSPass(), and llvm::Eval().
unsigned llvm::DominatorTreeBase< NodeT >::InfoRec::Parent |
Definition at line 210 of file Dominators.h.
Referenced by llvm::Calculate(), llvm::DFSPass(), and llvm::Eval().
unsigned llvm::DominatorTreeBase< NodeT >::InfoRec::Semi |
Definition at line 211 of file Dominators.h.
Referenced by llvm::Calculate(), and llvm::DFSPass().