LLVM API Documentation

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 188 of file MachineFunction.cpp.


Member Function Documentation

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

Definition at line 189 of file MachineFunction.cpp.

References F.

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

Definition at line 193 of file MachineFunction.cpp.

References Node, and Out.


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