LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::GraphTraits< Inverse< MachineFunction * > > Struct Template Reference

#include <MachineFunction.h>

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

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

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< MachineFunction * > G)

Detailed Description

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

Definition at line 289 of file MachineFunction.h.


Member Function Documentation

static NodeType* llvm::GraphTraits< Inverse< MachineFunction * > >::getEntryNode Inverse< MachineFunction * >  G  )  [inline, static]
 

Reimplemented from llvm::GraphTraits< Inverse< MachineBasicBlock * > >.

Definition at line 291 of file MachineFunction.h.

References llvm::MachineFunction::front(), and llvm::Inverse< GraphType >::Graph.


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