Lines Matching refs:ScheduleDAG
21 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {
25 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName()
33 static bool isNodeHidden(const SUnit *Node, const ScheduleDAG *G) { in isNodeHidden()
38 const ScheduleDAG *Graph) { in getNodeIdentifierLabel()
49 const ScheduleDAG *Graph) { in getEdgeAttributes()
58 std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *Graph);
60 const ScheduleDAG *Graph) { in getNodeAttributes()
64 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures()
65 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
71 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel()
72 const ScheduleDAG *G) { in getNodeLabel()
79 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph()
90 void ScheduleDAG::viewGraph() { in viewGraph()