LLVM API Documentation

Public Types | Static Public Member Functions
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)
static unsigned size (MachineFunction *F)

Detailed Description

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

Definition at line 486 of file MachineFunction.h.


Member Typedef Documentation

Definition at line 493 of file MachineFunction.h.


Member Function Documentation

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

Definition at line 488 of file MachineFunction.h.

References llvm::MachineFunction::front().

Definition at line 494 of file MachineFunction.h.

References llvm::MachineFunction::begin().

Definition at line 495 of file MachineFunction.h.

References llvm::MachineFunction::end().

static unsigned llvm::GraphTraits< MachineFunction * >::size ( MachineFunction F) [inline, static]

Definition at line 496 of file MachineFunction.h.

References llvm::MachineFunction::size().


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