Searched refs:AsScheduledGraph (Results 1 – 3 of 3) sorted by relevance
158 struct AsScheduledGraph { struct159 explicit AsScheduledGraph(const Schedule* schedule) : schedule(schedule) {} in AsScheduledGraph() function163 std::ostream& operator<<(std::ostream& os, const AsScheduledGraph& scheduled); argument
1080 std::ostream& operator<<(std::ostream& os, const AsScheduledGraph& scheduled) { in operator <<()
2459 << AsScheduledGraph(schedule); in DECL_PIPELINE_PHASE_CONSTANTS()