Lines Matching refs:ScheduleDAG
34 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {
38 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName()
47 const ScheduleDAG *Graph) { in hasNodeAddressLabel()
55 const ScheduleDAG *Graph) { in getEdgeAttributes()
64 std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph);
66 const ScheduleDAG *Graph) { in getNodeAttributes()
70 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures()
71 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
77 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel()
78 const ScheduleDAG *G) { in getNodeLabel()
85 void ScheduleDAG::viewGraph() { in viewGraph()