LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::DominatorTreeBase< N >::InfoRec Struct Reference

#include <GenericDomTree.h>

Collaboration diagram for llvm::DominatorTreeBase< N >::InfoRec:
[legend]

Public Member Functions

 InfoRec ()
 

Public Attributes

unsigned DFSNum
 
unsigned Parent
 
unsigned Semi
 
NodeT * Label
 

Detailed Description

template<class N>
struct llvm::DominatorTreeBase< N >::InfoRec

Definition at line 223 of file GenericDomTree.h.

Constructor & Destructor Documentation

template<class N>
llvm::DominatorTreeBase< N >::InfoRec::InfoRec ( )
inline

Definition at line 229 of file GenericDomTree.h.

Member Data Documentation

template<class N>
unsigned llvm::DominatorTreeBase< N >::InfoRec::DFSNum

Definition at line 224 of file GenericDomTree.h.

Referenced by llvm::Calculate(), llvm::DFSPass(), and llvm::Eval().

template<class N>
NodeT* llvm::DominatorTreeBase< N >::InfoRec::Label

Definition at line 227 of file GenericDomTree.h.

Referenced by llvm::Calculate(), llvm::DFSPass(), and llvm::Eval().

template<class N>
unsigned llvm::DominatorTreeBase< N >::InfoRec::Parent

Definition at line 225 of file GenericDomTree.h.

Referenced by llvm::Calculate(), llvm::DFSPass(), and llvm::Eval().

template<class N>
unsigned llvm::DominatorTreeBase< N >::InfoRec::Semi

Definition at line 226 of file GenericDomTree.h.

Referenced by llvm::Calculate(), and llvm::DFSPass().


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