Searched refs:GraphWriter (Results 1 – 11 of 11) 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()
57 class GraphWriter {96 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function314 GraphWriter<GraphType> W(O, G, ShortNames);
101 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo*> &GW, in printRegionCluster()134 GraphWriter<RegionInfo*> &GW) { in addCustomGraphFeatures()
72 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
128 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures()291 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
128 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
30 GraphWriter.cpp \
27 GraphWriter.cpp
41 template<class Graph> class GraphWriter; variable600 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}
1400 + GraphWriter.cpp \