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< const MachineBasicBlock * > > Struct Template Reference

#include <MachineBasicBlock.h>

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

Inheritance graph
[legend]
List of all members.

Public Types

typedef const MachineBasicBlock NodeType
typedef MachineBasicBlock::const_pred_iterator ChildIteratorType

Static Public Member Functions

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

Detailed Description

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

Definition at line 262 of file MachineBasicBlock.h.


Member Typedef Documentation

typedef MachineBasicBlock::const_pred_iterator llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::ChildIteratorType
 

Definition at line 264 of file MachineBasicBlock.h.

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

Definition at line 263 of file MachineBasicBlock.h.


Member Function Documentation

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

Definition at line 268 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_begin().

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

Definition at line 271 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_end().

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

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

Definition at line 265 of file MachineBasicBlock.h.

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


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