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< ScheduleDAGMI * > Struct Template Reference
Inheritance diagram for llvm::DOTGraphTraits< ScheduleDAGMI * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::DOTGraphTraits< ScheduleDAGMI * >:
Collaboration graph
[legend]

Public Member Functions

 DOTGraphTraits (bool isSimple=false)
 
- 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 (const ScheduleDAG *G)
 
static bool renderGraphFromBottomUp ()
 
static bool isNodeHidden (const SUnit *Node)
 
static bool hasNodeAddressLabel (const SUnit *Node, const ScheduleDAG *Graph)
 
static std::string getEdgeAttributes (const SUnit *Node, SUnitIterator EI, const ScheduleDAG *Graph)
 
static std::string getNodeLabel (const SUnit *SU, const ScheduleDAG *G)
 
static std::string getNodeDescription (const SUnit *SU, const ScheduleDAG *G)
 
static std::string getNodeAttributes (const SUnit *N, const ScheduleDAG *Graph)
 
- 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< ScheduleDAGMI * >

Definition at line 3062 of file MachineScheduler.cpp.

Constructor & Destructor Documentation

Definition at line 3064 of file MachineScheduler.cpp.

Member Function Documentation

static std::string llvm::DOTGraphTraits< ScheduleDAGMI * >::getEdgeAttributes ( const SUnit Node,
SUnitIterator  EI,
const ScheduleDAG Graph 
)
inlinestatic

If you want to override the dot attributes printed for a particular edge, override this method.

Definition at line 3085 of file MachineScheduler.cpp.

References llvm::SUnitIterator::isArtificialDep(), and llvm::SUnitIterator::isCtrlDep().

static std::string llvm::DOTGraphTraits< ScheduleDAGMI * >::getGraphName ( const ScheduleDAG G)
inlinestatic
static std::string llvm::DOTGraphTraits< ScheduleDAGMI * >::getNodeAttributes ( const SUnit N,
const ScheduleDAG Graph 
)
inlinestatic
static std::string llvm::DOTGraphTraits< ScheduleDAGMI * >::getNodeDescription ( const SUnit SU,
const ScheduleDAG G 
)
inlinestatic

Definition at line 3105 of file MachineScheduler.cpp.

References llvm::ScheduleDAG::getGraphNodeLabel().

static std::string llvm::DOTGraphTraits< ScheduleDAGMI * >::getNodeLabel ( const SUnit SU,
const ScheduleDAG G 
)
inlinestatic
static bool llvm::DOTGraphTraits< ScheduleDAGMI * >::hasNodeAddressLabel ( const SUnit Node,
const ScheduleDAG Graph 
)
inlinestatic

Definition at line 3078 of file MachineScheduler.cpp.

static bool llvm::DOTGraphTraits< ScheduleDAGMI * >::isNodeHidden ( const SUnit Node)
inlinestatic

Definition at line 3074 of file MachineScheduler.cpp.

References llvm::SUnit::Preds, and llvm::SUnit::Succs.

static bool llvm::DOTGraphTraits< ScheduleDAGMI * >::renderGraphFromBottomUp ( )
inlinestatic

Definition at line 3070 of file MachineScheduler.cpp.


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