|
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) |
|
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 &) |
|
template<>
struct llvm::DOTGraphTraits< ScheduleDAGMI * >
Definition at line 3062 of file MachineScheduler.cpp.