LLVM API Documentation
#include <RegionIterator.h>
Public Types | |
typedef df_iterator< NodeType *, SmallPtrSet< NodeType *, 8 > , false, GraphTraits< FlatIt < NodeType * > > > | nodes_iterator |
Static Public Member Functions | |
static NodeType * | getEntryNode (RegionInfo *RI) |
static nodes_iterator | nodes_begin (RegionInfo *RI) |
static nodes_iterator | nodes_end (RegionInfo *RI) |
Definition at line 331 of file RegionIterator.h.
typedef df_iterator<NodeType*, SmallPtrSet<NodeType*, 8>, false, GraphTraits<FlatIt<NodeType*> > > llvm::GraphTraits< RegionInfo * >::nodes_iterator |
Reimplemented in llvm::GraphTraits< RegionInfoPass * >.
Definition at line 334 of file RegionIterator.h.
static NodeType* llvm::GraphTraits< RegionInfo * >::getEntryNode | ( | RegionInfo * | RI | ) | [inline, static] |
Definition at line 336 of file RegionIterator.h.
References llvm::RegionInfoBase< Tr >::getTopLevelRegion().
static nodes_iterator llvm::GraphTraits< RegionInfo * >::nodes_begin | ( | RegionInfo * | RI | ) | [inline, static] |
Definition at line 339 of file RegionIterator.h.
References llvm::sys::path::begin().
static nodes_iterator llvm::GraphTraits< RegionInfo * >::nodes_end | ( | RegionInfo * | RI | ) | [inline, static] |
Definition at line 342 of file RegionIterator.h.
References llvm::sys::path::end().