Searched refs:GraphWriter (Results 1 – 12 of 12) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | missing-namespace-qualifier-typo-corrections.cpp | 68 template <typename T> class GraphWriter {}; // expected-note 3{{declared here}} class 73 …GraphWriter<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 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/llvm/lib/Analysis/ |
H A D | RegionPrinter.cpp | 89 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 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/llvm/lib/CodeGen/ |
H A D | ScheduleDAGPrinter.cpp | 65 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
|
/llvm-project/polly/include/polly/ |
H A D | ScopGraphPrinter.h | 67 GraphWriter<polly::ScopDetection *> &GW);
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopGraphPrinter.cpp | 129 ScopDetection *SD, GraphWriter<ScopDetection *> &GW) { in addCustomGraphFeatures()
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 34 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 D | BUILD.gn | 94 "GraphWriter.cpp",
|
/llvm-project/llvm/lib/Support/ |
H A D | CMakeLists.txt | 199 GraphWriter.cpp
|