Home
last modified time | relevance | path

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

/src/contrib/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);
/src/contrib/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()
/src/contrib/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;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp65 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
/src/lib/clang/libllvmminimal/
H A DMakefile27 SRCS+= Support/GraphWriter.cpp
/src/contrib/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()
/src/lib/clang/libllvm/
H A DMakefile1166 SRCS_MIN+= Support/GraphWriter.cpp