LLVM API Documentation

Public Types | Static Public Member Functions
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 703 of file MachineBasicBlock.h.


Member Typedef Documentation

Definition at line 705 of file MachineBasicBlock.h.

Definition at line 704 of file MachineBasicBlock.h.


Member Function Documentation

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

Definition at line 709 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_begin().

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

Definition at line 712 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_end().

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

Definition at line 706 of file MachineBasicBlock.h.

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


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