LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
llvm::DOTGraphTraits< DominatorTree * > Struct Template Reference
Inheritance diagram for llvm::DOTGraphTraits< DominatorTree * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::DOTGraphTraits< DominatorTree * >:
Collaboration graph
[legend]

Public Member Functions

 DOTGraphTraits (bool isSimple=false)
 
std::string getNodeLabel (DomTreeNode *Node, DominatorTree *G)
 
- Public Member Functions inherited from llvm::DOTGraphTraits< DomTreeNode * >
 DOTGraphTraits (bool isSimple=false)
 
std::string getNodeLabel (DomTreeNode *Node, DomTreeNode *Graph)
 
- Public Member Functions inherited from llvm::DefaultDOTGraphTraits
 DefaultDOTGraphTraits (bool simple=false)
 
template<typename GraphType >
std::string getNodeLabel (const void *, const GraphType &)
 

Static Public Member Functions

static std::string getGraphName (DominatorTree *DT)
 
- Static Public Member Functions inherited from llvm::DefaultDOTGraphTraits
template<typename GraphType >
static std::string getGraphName (const GraphType &)
 
template<typename GraphType >
static std::string getGraphProperties (const GraphType &)
 
static bool renderGraphFromBottomUp ()
 
static bool isNodeHidden (const void *)
 
template<typename GraphType >
static bool hasNodeAddressLabel (const void *, const GraphType &)
 
template<typename GraphType >
static std::string getNodeDescription (const void *, const GraphType &)
 
template<typename GraphType >
static std::string getNodeAttributes (const void *, const GraphType &)
 
template<typename EdgeIter , typename GraphType >
static std::string getEdgeAttributes (const void *, EdgeIter, const GraphType &)
 
template<typename EdgeIter >
static std::string getEdgeSourceLabel (const void *, EdgeIter)
 
template<typename EdgeIter >
static bool edgeTargetsEdgeSource (const void *, EdgeIter)
 
template<typename EdgeIter >
static EdgeIter getEdgeTarget (const void *, EdgeIter I)
 
static bool hasEdgeDestLabels ()
 
static unsigned numEdgeDestLabels (const void *)
 
static std::string getEdgeDestLabel (const void *, unsigned)
 
template<typename GraphType , typename GraphWriter >
static void addCustomGraphFeatures (const GraphType &, GraphWriter &)
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::DefaultDOTGraphTraits
bool isSimple ()
 

Detailed Description

template<>
struct llvm::DOTGraphTraits< DominatorTree * >

Definition at line 52 of file DomPrinter.cpp.

Constructor & Destructor Documentation

Definition at line 54 of file DomPrinter.cpp.

Member Function Documentation

static std::string llvm::DOTGraphTraits< DominatorTree * >::getGraphName ( DominatorTree DT)
inlinestatic

Definition at line 57 of file DomPrinter.cpp.

std::string llvm::DOTGraphTraits< DominatorTree * >::getNodeLabel ( DomTreeNode Node,
DominatorTree G 
)
inline

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