|
LLVM
4.0.0
|
#include <RegionInfo.h>
Public Types | |
| typedef block_iterator_wrapper < IsConst > | Self |
| typedef super::value_type | value_type |
Public Types inherited from llvm::df_iterator< std::conditional< IsConst, const BlockT, BlockT >::type * > | |
| typedef super::pointer | pointer |
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< 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_iterator & | operator++ () |
| df_iterator | operator++ (int) |
| df_iterator & | skipChildren () |
| 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 |
Definition at line 563 of file RegionInfo.h.
| typedef block_iterator_wrapper<IsConst> llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >::Self |
Definition at line 570 of file RegionInfo.h.
| typedef super::value_type llvm::RegionBase< RegionTr >::block_iterator_wrapper< IsConst >::value_type |
Definition at line 571 of file RegionInfo.h.
|
inline |
Definition at line 574 of file RegionInfo.h.
References llvm::df_iterator_storage< SetType, ExtStorage >::Visited.
|
inline |
Definition at line 583 of file RegionInfo.h.
|
inline |
Definition at line 585 of file RegionInfo.h.
|
inline |
Definition at line 590 of file RegionInfo.h.
References llvm::df_iterator< GraphT, SetType, ExtStorage, GT >::operator*().
1.8.6