Searched refs:GraphWriter (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | missing-namespace-qualifier-typo-corrections.cpp | 67 template <typename T> class GraphWriter {}; // expected-note 3{{declared here}} class 72 …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()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | DOTGraphTraits.h | 156 template<typename GraphType, typename GraphWriter> 157 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures()
|
| H A D | GraphWriter.h | 64 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-15.0.7/llvm/lib/Analysis/ |
| H A D | RegionPrinter.cpp | 90 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo *> &GW, in printRegionCluster() 123 GraphWriter<RegionInfo *> &GW) { in addCustomGraphFeatures()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 128 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures() 305 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
|
| H A D | ScheduleDAGSDNodes.h | 133 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGPrinter.cpp | 65 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopGraphPrinter.h | 67 GraphWriter<polly::ScopDetection *> &GW);
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 34 template<class Graph> class GraphWriter; variable 600 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {} in addCustomGraphFeatures()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopGraphPrinter.cpp | 129 ScopDetection *SD, GraphWriter<ScopDetection *> &GW) { in addCustomGraphFeatures()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Support/ |
| H A D | BUILD.gn | 89 "GraphWriter.cpp",
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CMakeLists.txt | 175 GraphWriter.cpp
|