|
LLVM
3.7.0
|
#include <MachineRegionInfo.h>
Public Types | |
| typedef df_iterator< NodeType *, SmallPtrSet< NodeType *, 8 > , false, GraphTraits< FlatIt < NodeType * > > > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< MachineRegionInfo * > | |
| typedef df_iterator< NodeType *, SmallPtrSet< NodeType *, 8 > , false, GraphTraits< FlatIt < NodeType * > > > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< FlatIt< MachineRegionNode * > > | |
| typedef FlatIt < MachineRegionNode * > ::UnknownGraphTypeError | NodeType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (MachineRegionInfoPass *RI) |
| static nodes_iterator | nodes_begin (MachineRegionInfoPass *RI) |
| static nodes_iterator | nodes_end (MachineRegionInfoPass *RI) |
Static Public Member Functions inherited from llvm::GraphTraits< MachineRegionInfo * > | |
| static NodeType * | getEntryNode (MachineRegionInfo *RI) |
| static nodes_iterator | nodes_begin (MachineRegionInfo *RI) |
| static nodes_iterator | nodes_end (MachineRegionInfo *RI) |
Definition at line 159 of file MachineRegionInfo.h.
| typedef df_iterator<NodeType*, SmallPtrSet<NodeType*, 8>, false, GraphTraits<FlatIt<NodeType*> > > llvm::GraphTraits< MachineRegionInfoPass * >::nodes_iterator |
Definition at line 162 of file MachineRegionInfo.h.
|
inlinestatic |
Definition at line 164 of file MachineRegionInfo.h.
References llvm::MachineRegionInfoPass::getRegionInfo().
|
inlinestatic |
Definition at line 167 of file MachineRegionInfo.h.
References llvm::MachineRegionInfoPass::getRegionInfo().
|
inlinestatic |
Definition at line 170 of file MachineRegionInfo.h.
References llvm::MachineRegionInfoPass::getRegionInfo().
1.8.6