llvm::RNSuccIterator< NodeType > Class Template Reference

#include <RegionIterator.h>

List of all members.

Public Types

typedef RNSuccIterator< NodeType > _Self
typedef super::pointer pointer

Public Member Functions

 RNSuccIterator (NodeType *node)
 RNSuccIterator (NodeType *node, bool)
 Region Node Successor Iterator ctor - this create an end iterator.
bool operator== (const _Self &x) const
bool operator!= (const _Self &x) const
pointer operator* () const
_Selfoperator++ ()
_Self operator++ (int)
const _Selfoperator= (const _Self &I)


Detailed Description

template<class NodeType>
class llvm::RNSuccIterator< NodeType >

Hierachical Region node successor iterator class Region node iterator is a forward iterator, because some succ of current no de maybe the exit of region, which not a part of the region, and should not be return the hierachical iterator, which treat the subregion as a single node and skip all BBs inside that subregion

Constructor & Destructor Documentation

template<class NodeType >
llvm::RNSuccIterator< NodeType >::RNSuccIterator ( NodeType *  node  )  [inline]

Region Node Successor Iterator ctor - This create a region node success iterator from a region node.


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

Generated on Fri Mar 19 01:41:25 2010 by  doxygen 1.5.8