LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< MachineFunction * > Struct Template Reference

#include <MachineFunction.h>

Inheritance diagram for llvm::GraphTraits< MachineFunction * >:
[legend]
Collaboration diagram for llvm::GraphTraits< MachineFunction * >:
[legend]

Public Types

typedef pointer_iterator
< MachineFunction::iterator
nodes_iterator
 
- Public Types inherited from llvm::GraphTraits< MachineBasicBlock * >
typedef MachineBasicBlockNodeRef
 
typedef
MachineBasicBlock::succ_iterator 
ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (MachineFunction *F)
 
static nodes_iterator nodes_begin (MachineFunction *F)
 
static nodes_iterator nodes_end (MachineFunction *F)
 
static unsigned size (MachineFunction *F)
 
- Static Public Member Functions inherited from llvm::GraphTraits< MachineBasicBlock * >
static NodeRef getEntryNode (MachineBasicBlock *BB)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< MachineFunction * >

Definition at line 857 of file MachineFunction.h.

Member Typedef Documentation

Definition at line 862 of file MachineFunction.h.

Member Function Documentation

static NodeRef llvm::GraphTraits< MachineFunction * >::getEntryNode ( MachineFunction F)
inlinestatic

Definition at line 859 of file MachineFunction.h.

References llvm::MachineFunction::front().

static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_begin ( MachineFunction F)
inlinestatic

Definition at line 863 of file MachineFunction.h.

References llvm::MachineFunction::begin().

static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_end ( MachineFunction F)
inlinestatic

Definition at line 866 of file MachineFunction.h.

References llvm::MachineFunction::end().

static unsigned llvm::GraphTraits< MachineFunction * >::size ( MachineFunction F)
inlinestatic

Definition at line 869 of file MachineFunction.h.

References llvm::MachineFunction::size().


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