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 requires … in bar()
145 template<typename GraphType, typename GraphWriter>146 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures()
52 class GraphWriter {91 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function301 GraphWriter<GraphType> W(O, G, ShortNames);
101 static void printRegionCluster(const Region *R, GraphWriter<RegionInfo*> &GW, in printRegionCluster()135 GraphWriter<RegionInfo*> &GW) { in addCustomGraphFeatures()
69 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
127 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures()290 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
127 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
26 GraphWriter.cpp \
29 GraphWriter.cpp
41 template<class Graph> class GraphWriter; variable565 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}