LLVM  3.7.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 MachineFunction::iterator nodes_iterator
 
- Public Types inherited from llvm::GraphTraits< MachineBasicBlock * >
typedef MachineBasicBlock NodeType
 
typedef
MachineBasicBlock::succ_iterator 
ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (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 NodeTypegetEntryNode (MachineBasicBlock *BB)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

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

Definition at line 502 of file MachineFunction.h.

Member Typedef Documentation

Definition at line 509 of file MachineFunction.h.

Member Function Documentation

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

Definition at line 504 of file MachineFunction.h.

References llvm::MachineFunction::front().

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

Definition at line 510 of file MachineFunction.h.

References llvm::MachineFunction::begin().

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

Definition at line 511 of file MachineFunction.h.

References llvm::MachineFunction::end().

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

Definition at line 512 of file MachineFunction.h.

References llvm::MachineFunction::size().


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