Home
last modified time | relevance | path

Searched refs:GraphWriter (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp68 template <typename T> class GraphWriter {}; // expected-note 3{{declared here}} class
73GraphWriter<S> x; //expected-error{{no template named 'GraphWriter'; did you mean 'llvm::GraphWrit… in bar()
74 …(void)new llvm::GraphWriter; // expected-error {{use of class template 'llvm::GraphWriter' require… in bar()
/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h156 template<typename GraphType, typename GraphWriter>
157 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures()
H A DGraphWriter.h64 class GraphWriter {
120 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function
363 GraphWriter<GraphType> W(O, G, ShortNames);
/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp89 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo *> &GW, in printRegionCluster()
122 GraphWriter<RegionInfo *> &GW) { in addCustomGraphFeatures()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp128 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures()
305 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
H A DScheduleDAGSDNodes.h133 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp65 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
/llvm-project/polly/include/polly/
H A DScopGraphPrinter.h67 GraphWriter<polly::ScopDetection *> &GW);
/llvm-project/polly/lib/Analysis/
H A DScopGraphPrinter.cpp129 ScopDetection *SD, GraphWriter<ScopDetection *> &GW) { in addCustomGraphFeatures()
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h34 template<class Graph> class GraphWriter; variable
627 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {} in addCustomGraphFeatures()
/llvm-project/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn94 "GraphWriter.cpp",
/llvm-project/llvm/lib/Support/
H A DCMakeLists.txt199 GraphWriter.cpp