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

#include "llvm/Analysis/RegionInfo.h"

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

Public Types

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

Public Member Functions

 block_iterator_wrapper (value_type Entry, value_type 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
 
const NodeRef & operator* () const
 
NodeRef 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 (NodeRef Node) const
 
unsigned getPathLength () const
 getPathLength - Return the length of the path from the entry node to the current node, counting both nodes. More...
 
NodeRef 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, df_iterator_default_set< typename GraphTraits< std::conditional< IsConst, const BlockT, BlockT >::type *>::NodeRef > &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, df_iterator_default_set< typename GraphTraits< std::conditional< IsConst, const BlockT, BlockT >::type *>::NodeRef > &S)
 
- Public Attributes inherited from llvm::df_iterator_storage< df_iterator_default_set< typename GraphTraits< std::conditional< IsConst, const BlockT, BlockT >::type *>::NodeRef >, false >
df_iterator_default_set< typename GraphTraits< std::conditional< IsConst, const BlockT, BlockT >::type * >::NodeRef > Visited
 

Detailed Description

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

Definition at line 576 of file RegionInfo.h.

Member Typedef Documentation

◆ Self

template<class Tr>
template<bool IsConst>
using llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::Self = block_iterator_wrapper<IsConst>

Definition at line 584 of file RegionInfo.h.

◆ value_type

template<class Tr>
template<bool IsConst>
using llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::value_type = typename super::value_type

Definition at line 585 of file RegionInfo.h.

Constructor & Destructor Documentation

◆ block_iterator_wrapper() [1/3]

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

Definition at line 588 of file RegionInfo.h.

◆ block_iterator_wrapper() [2/3]

template<class Tr>
template<bool IsConst>
llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::block_iterator_wrapper ( )
inline

Definition at line 597 of file RegionInfo.h.

◆ block_iterator_wrapper() [3/3]

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

Definition at line 599 of file RegionInfo.h.

Member Function Documentation

◆ operator*()

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

Definition at line 604 of file RegionInfo.h.

References llvm::operator*().


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