LLVM: llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst (original) (raw)

#include "[llvm/Analysis/RegionInfo.h](RegionInfo%5F8h%5Fsource.html)"

Public Types
using Self = block_iterator_wrapper
using value_type = typename super::value_type
Public Types inherited from llvm::df_iterator< std::conditional_t< IsConst, const BlockT, BlockT > * >
using iterator_category
using value_type
using difference_type
using pointer
using reference
Public Member Functions
block_iterator_wrapper (value_type Entry, value_type Exit)
block_iterator_wrapper ()
block_iterator_wrapper (super I)
BlockT * operator* () const
Public Member Functions inherited from llvm::df_iterator< std::conditional_t< IsConst, const BlockT, BlockT > * >
bool operator== (const df_iterator &x) const
bool operator!= (const df_iterator &x) const
reference operator* () const
NodeRef operator-> () const
df_iterator & operator++ ()
df_iterator & skipChildren ()
Skips all children of the current node and traverses to next node.
df_iterator operator++ (int)
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.
NodeRef getPath (unsigned n) const
getPath - Return the n'th node in the path from the entry node to the current node.
Additional Inherited Members
Static Public Member Functions inherited from llvm::df_iterator< std::conditional_t< IsConst, const BlockT, BlockT > * >
static df_iterator begin (const std::conditional_t< IsConst, const BlockT, BlockT > *&G)
static df_iterator end (const std::conditional_t< IsConst, const BlockT, BlockT > *&G)
static df_iterator begin (const std::conditional_t< IsConst, const BlockT, BlockT > *&G, df_iterator_default_set< typename GraphTraits< std::conditional_t< IsConst, const BlockT, BlockT > * >::NodeRef > &S)
static df_iterator end (const std::conditional_t< IsConst, const BlockT, BlockT > *&G, df_iterator_default_set< typename GraphTraits< std::conditional_t< IsConst, const BlockT, BlockT > * >::NodeRef > &S)
Public Attributes inherited from llvm::df_iterator_storage< SetType, External >
SetType Visited

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

Definition at line 572 of file RegionInfo.h.

Self

template

template<bool IsConst>

value_type

template

template<bool IsConst>

template

template<bool IsConst>

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

block_iterator_wrapper() [2/3]

template

template<bool IsConst>

llvm::RegionBase< Tr >::block_iterator_wrapper< IsConst >::block_iterator_wrapper ( ) inline

block_iterator_wrapper() [3/3]

template

template<bool IsConst>

operator*()

template

template<bool IsConst>


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