Searched refs:AsDOT (Results 1 – 5 of 5) sorted by relevance
19 struct AsDOT { struct20 explicit AsDOT(const Graph& g) : graph(g) {} in AsDOT() argument24 OStream& operator<<(OStream& os, const AsDOT& ad); argument
275 OStream& operator<<(OStream& os, const AsDOT& ad) { in operator <<()
109 of << AsDOT(*graph); in VerifyAndPrintGraph()
329 os << AsDOT(graph); in TEST()
91 os << AsDOT(*graph); in ComputeAndVerifySchedule()