LLVM API Documentation

llvm::GraphTraits< MachineFunction * > Struct Template Reference

#include <MachineFunction.h>

Inheritance diagram for llvm::GraphTraits< MachineFunction * >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef MachineFunction::iterator nodes_iterator

Static Public Member Functions

static NodeTypegetEntryNode (MachineFunction *F)
static nodes_iterator nodes_begin (MachineFunction *F)
static nodes_iterator nodes_end (MachineFunction *F)

Detailed Description

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

Definition at line 319 of file MachineFunction.h.


Member Typedef Documentation

typedef MachineFunction::iterator llvm::GraphTraits< MachineFunction * >::nodes_iterator

Definition at line 326 of file MachineFunction.h.


Member Function Documentation

static NodeType* llvm::GraphTraits< MachineFunction * >::getEntryNode ( MachineFunction F  )  [inline, static]

Definition at line 321 of file MachineFunction.h.

References F.

static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_begin ( MachineFunction F  )  [inline, static]

Definition at line 327 of file MachineFunction.h.

References F.

static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_end ( MachineFunction F  )  [inline, static]

Definition at line 328 of file MachineFunction.h.

References F.


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