llvm::RegionSetIt< BaseIt > Class Template Reference
#include <RegionInfo.h>
List of all members.
|
Public Types |
|
typedef RegionSetIt | _Self |
|
typedef super::pointer | pointer |
Public Member Functions |
|
| RegionSetIt (BaseIt &i, BaseIt &e) |
|
| RegionSetIt (BaseIt &e) |
|
bool | operator== (const _Self &x) const |
|
bool | operator!= (const _Self &x) const |
|
pointer | operator* () const |
|
pointer | operator-> () const |
|
_Self & | operator++ () |
|
_Self | operator++ (int) |
|
const _Self & | operator= (const _Self &X) |
Detailed Description
template<class BaseIt>
class llvm::RegionSetIt< BaseIt >
RegionSetIt - The iterator wrapper for std::map::iterator that igrone all BB nodes in the BB to region node map
The documentation for this class was generated from the following file: