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::Inverse< GraphType > Struct Template Reference

#include <GraphTraits.h>

Collaboration diagram for llvm::Inverse< GraphType >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Inverse (GraphType &G)

Public Attributes

GraphType & Graph

Detailed Description

template<class GraphType>
struct llvm::Inverse< GraphType >

Definition at line 75 of file GraphTraits.h.


Constructor & Destructor Documentation

template<class GraphType>
llvm::Inverse< GraphType >::Inverse GraphType &  G  )  [inline]
 

Definition at line 78 of file GraphTraits.h.


Member Data Documentation

template<class GraphType>
GraphType& llvm::Inverse< GraphType >::Graph
 

Definition at line 76 of file GraphTraits.h.

Referenced by llvm::GraphTraits< Inverse< const MachineFunction * > >::getEntryNode(), llvm::GraphTraits< Inverse< MachineFunction * > >::getEntryNode(), llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::getEntryNode(), llvm::GraphTraits< Inverse< MachineBasicBlock * > >::getEntryNode(), llvm::GraphTraits< Inverse< Interval * > >::getEntryNode(), llvm::GraphTraits< Inverse< const Function * > >::getEntryNode(), llvm::GraphTraits< Inverse< Function * > >::getEntryNode(), llvm::GraphTraits< Inverse< const BasicBlock * > >::getEntryNode(), and llvm::GraphTraits< Inverse< BasicBlock * > >::getEntryNode().


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