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< const Function * > > Struct Template Reference

#include <CFG.h>

Inheritance diagram for llvm::GraphTraits< Inverse< const Function * > >:

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

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< const Function * > G)

Detailed Description

template<>
struct llvm::GraphTraits< Inverse< const Function * > >

Definition at line 262 of file CFG.h.


Member Function Documentation

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

Reimplemented from llvm::GraphTraits< Inverse< const BasicBlock * > >.

Definition at line 264 of file CFG.h.

References llvm::Function::getEntryBlock(), and llvm::Inverse< GraphType >::Graph.


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