LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::DominatorTreeBase< NodeT >::InfoRec Struct Reference

#include <Dominators.h>

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

Public Member Functions

 InfoRec ()
 

Public Attributes

unsigned DFSNum
 
unsigned Parent
 
unsigned Semi
 
NodeT * Label
 

Detailed Description

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

Definition at line 208 of file Dominators.h.

Constructor & Destructor Documentation

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

Definition at line 214 of file Dominators.h.

Member Data Documentation

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

Definition at line 209 of file Dominators.h.

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

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

Definition at line 212 of file Dominators.h.

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

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

Definition at line 210 of file Dominators.h.

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

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

Definition at line 211 of file Dominators.h.

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


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