Searched refs:GraphWriter (Results 1 – 10 of 10) sorted by relevance
67 template <typename T> class GraphWriter {}; // expected-note 3{{declared here}} class72 …GraphWriter<S> x; //expected-error{{no template named 'GraphWriter'; did you mean 'llvm::GraphWrit… in bar()73 …(void)new llvm::GraphWriter; // expected-error {{use of class template 'llvm::GraphWriter' require… in bar()
150 template<typename GraphType, typename GraphWriter>151 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures()
56 class GraphWriter {95 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function313 GraphWriter<GraphType> W(O, G, ShortNames);
101 static void printRegionCluster(const Region *R, GraphWriter<RegionInfo*> &GW, in printRegionCluster()135 GraphWriter<RegionInfo*> &GW) { in addCustomGraphFeatures()
73 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
127 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures()290 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
128 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
28 GraphWriter.cpp \
25 GraphWriter.cpp
41 template<class Graph> class GraphWriter; variable604 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}