LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::GraphTraits< Inverse< MachineBasicBlock * > > Struct Template Reference

#include <MachineBasicBlock.h>

Inheritance diagram for llvm::GraphTraits< Inverse< MachineBasicBlock * > >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef MachineBasicBlock NodeType
typedef MachineBasicBlock::pred_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< MachineBasicBlock * > G)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<>
struct llvm::GraphTraits< Inverse< MachineBasicBlock * > >

Definition at line 248 of file MachineBasicBlock.h.


Member Typedef Documentation

typedef MachineBasicBlock::pred_iterator llvm::GraphTraits< Inverse< MachineBasicBlock * > >::ChildIteratorType
 

Definition at line 250 of file MachineBasicBlock.h.

typedef MachineBasicBlock llvm::GraphTraits< Inverse< MachineBasicBlock * > >::NodeType
 

Definition at line 249 of file MachineBasicBlock.h.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< Inverse< MachineBasicBlock * > >::child_begin NodeType N  )  [inline, static]
 

Definition at line 254 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_begin().

static ChildIteratorType llvm::GraphTraits< Inverse< MachineBasicBlock * > >::child_end NodeType N  )  [inline, static]
 

Definition at line 257 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_end().

static NodeType* llvm::GraphTraits< Inverse< MachineBasicBlock * > >::getEntryNode Inverse< MachineBasicBlock * >  G  )  [inline, static]
 

Reimplemented in llvm::GraphTraits< Inverse< MachineFunction * > >.

Definition at line 251 of file MachineBasicBlock.h.

References llvm::Inverse< GraphType >::Graph.


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