LLVM  3.7.0
Public Types | Public Member Functions | List of all members
llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst > Class Template Reference

#include <RegionInfo.h>

Inheritance diagram for llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >:
[legend]
Collaboration diagram for llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >:
[legend]

Public Types

typedef block_iterator_wrapper
< IsConst > 
Self
 
typedef super::pointer pointer
 
- Public Types inherited from llvm::df_iterator< std::conditional< IsConst, const BlockT, BlockT >::type * >
typedef super::pointer pointer
 

Public Member Functions

 block_iterator_wrapper (pointer Entry, pointer Exit)
 
 block_iterator_wrapper ()
 
 block_iterator_wrapper (super I)
 
BlockToperator* () const
 
- Public Member Functions inherited from llvm::df_iterator< std::conditional< IsConst, const BlockT, BlockT >::type * >
bool operator== (const df_iterator &x) const
 
bool operator!= (const df_iterator &x) const
 
pointer operator* () const
 
NodeType * operator-> () const
 
df_iteratoroperator++ ()
 
df_iterator operator++ (int)
 
df_iteratorskipChildren ()
 Skips all children of the current node and traverses to next node. More...
 
bool nodeVisited (NodeType *Node) const
 
unsigned getPathLength () const
 getPathLength - Return the length of the path from the entry node to the current node, counting both nodes. More...
 
NodeType * getPath (unsigned n) const
 getPath - Return the n'th node in the path from the entry node to the current node. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::df_iterator< std::conditional< IsConst, const BlockT, BlockT >::type * >
static df_iterator begin (const std::conditional< IsConst, const BlockT, BlockT >::type *&G)
 
static df_iterator begin (const std::conditional< IsConst, const BlockT, BlockT >::type *&G, llvm::SmallPtrSet< typename GraphTraits< std::conditional< IsConst, const BlockT, BlockT >::type * >::NodeType *, 8 > &S)
 
static df_iterator end (const std::conditional< IsConst, const BlockT, BlockT >::type *&G)
 
static df_iterator end (const std::conditional< IsConst, const BlockT, BlockT >::type *&G, llvm::SmallPtrSet< typename GraphTraits< std::conditional< IsConst, const BlockT, BlockT >::type * >::NodeType *, 8 > &S)
 
- Public Attributes inherited from llvm::df_iterator_storage< llvm::SmallPtrSet< typename GraphTraits< std::conditional< IsConst, const BlockT, BlockT >::type * >::NodeType *, 8 >, false >
llvm::SmallPtrSet< typename
GraphTraits< std::conditional
< IsConst, const BlockT,
BlockT >::type * >::NodeType *, 8 > 
Visited
 

Detailed Description

template<class RegionTr>
template<bool IsConst>
class llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >

Definition at line 562 of file RegionInfo.h.

Member Typedef Documentation

template<class RegionTr>
template<bool IsConst>
typedef super::pointer llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >::pointer

Definition at line 570 of file RegionInfo.h.

template<class RegionTr>
template<bool IsConst>
typedef block_iterator_wrapper<IsConst> llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >::Self

Definition at line 569 of file RegionInfo.h.

Constructor & Destructor Documentation

template<class RegionTr>
template<bool IsConst>
llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >::block_iterator_wrapper ( pointer  Entry,
pointer  Exit 
)
inline
template<class RegionTr>
template<bool IsConst>
llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >::block_iterator_wrapper ( )
inline

Definition at line 582 of file RegionInfo.h.

template<class RegionTr>
template<bool IsConst>
llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >::block_iterator_wrapper ( super  I)
inline

Definition at line 584 of file RegionInfo.h.

Member Function Documentation

template<class RegionTr>
template<bool IsConst>
BlockT* llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >::operator* ( ) const
inline

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