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::DOTGraphTraits< const MachineFunction * > Struct Template Reference

Inheritance diagram for llvm::DOTGraphTraits< const MachineFunction * >:

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

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

static std::string getGraphName (const MachineFunction *F)
static std::string getNodeLabel (const MachineBasicBlock *Node, const MachineFunction *Graph)

Detailed Description

template<>
struct llvm::DOTGraphTraits< const MachineFunction * >

Definition at line 152 of file MachineFunction.cpp.


Member Function Documentation

static std::string llvm::DOTGraphTraits< const MachineFunction * >::getGraphName const MachineFunction F  )  [inline, static]
 

Definition at line 153 of file MachineFunction.cpp.

References llvm::MachineFunction::getFunction(), and llvm::Value::getName().

static std::string llvm::DOTGraphTraits< const MachineFunction * >::getNodeLabel const MachineBasicBlock Node,
const MachineFunction Graph
[inline, static]
 

Definition at line 157 of file MachineFunction.cpp.

References llvm::MachineBasicBlock::getBasicBlock(), llvm::Value::getName(), llvm::MachineBasicBlock::getNumber(), Out, and llvm::MachineBasicBlock::print().


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