Home
last modified time | relevance | path

Searched refs:addCustomGraphFeatures (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp69 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures() function
71 return G->addCustomGraphFeatures(GW); in addCustomGraphFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDOTGraphTraits.h152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures() function
H A DGraphWriter.h122 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPrinter.cpp134 static void addCustomGraphFeatures(const RegionInfo *G, in addCustomGraphFeatures() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp131 static void addCustomGraphFeatures(SelectionDAG *G, in addCustomGraphFeatures() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h601 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {} in addCustomGraphFeatures() function