|
LLVM
3.7.0
|
Flat RegionNode iterator. More...
#include <RegionIterator.h>
Public Types | |
| typedef RNSuccIterator< FlatIt < NodeType >, BlockT, RegionT > | Self |
| typedef super::pointer | pointer |
Public Member Functions | |
| RNSuccIterator (NodeType *node) | |
| Create the iterator from a RegionNode. More... | |
| RNSuccIterator (NodeType *node, bool) | |
| Create an end iterator. More... | |
| bool | operator== (const Self &x) const |
| bool | operator!= (const Self &x) const |
| pointer | operator* () const |
| Self & | operator++ () |
| Self | operator++ (int) |
Flat RegionNode iterator.
The Flat Region iterator will iterate over all BasicBlock RegionNodes that are contained in the Region and its subregions. This is close to a virtual control flow graph of the Region.
Definition at line 158 of file RegionIterator.h.
| typedef super::pointer llvm::RNSuccIterator< FlatIt< NodeType >, BlockT, RegionT >::pointer |
Definition at line 169 of file RegionIterator.h.
| typedef RNSuccIterator<FlatIt<NodeType>, BlockT, RegionT> llvm::RNSuccIterator< FlatIt< NodeType >, BlockT, RegionT >::Self |
Definition at line 168 of file RegionIterator.h.
|
inline |
Create the iterator from a RegionNode.
Note that the incoming node must be a bb node, otherwise it will trigger an assertion when we try to get a BasicBlock.
Definition at line 175 of file RegionIterator.h.
|
inline |
Create an end iterator.
Definition at line 189 of file RegionIterator.h.
|
inline |
Definition at line 203 of file RegionIterator.h.
References llvm::RNSuccIterator< NodeType, BlockT, RegionT >::operator==().
|
inline |
Definition at line 205 of file RegionIterator.h.
|
inline |
Definition at line 218 of file RegionIterator.h.
References llvm::succ_end().
|
inline |
Definition at line 228 of file RegionIterator.h.
|
inline |
Definition at line 196 of file RegionIterator.h.
1.8.6