LLVM  4.0.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 245 of file GenericDomTree.h.

Constructor & Destructor Documentation

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

Definition at line 251 of file GenericDomTree.h.

Member Data Documentation

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

Definition at line 246 of file GenericDomTree.h.

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

Definition at line 249 of file GenericDomTree.h.

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

Definition at line 247 of file GenericDomTree.h.

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

Definition at line 248 of file GenericDomTree.h.


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