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 735 of file MachineBasicBlock.h.


Member Typedef Documentation

Definition at line 737 of file MachineBasicBlock.h.

Definition at line 736 of file MachineBasicBlock.h.


Member Function Documentation

Definition at line 741 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_begin().

Definition at line 744 of file MachineBasicBlock.h.

References llvm::MachineBasicBlock::pred_end().

Definition at line 738 of file MachineBasicBlock.h.

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


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