LLVM API Documentation

Public Member Functions | Public Attributes
llvm::DominatorTreeBase< NodeT >::InfoRec Struct Reference

#include <GenericDomTree.h>

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

List of all members.

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 202 of file GenericDomTree.h.


Constructor & Destructor Documentation

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

Definition at line 208 of file GenericDomTree.h.


Member Data Documentation

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

Definition at line 203 of file GenericDomTree.h.

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

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

Definition at line 206 of file GenericDomTree.h.

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

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

Definition at line 204 of file GenericDomTree.h.

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

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

Definition at line 205 of file GenericDomTree.h.

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


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