Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp73 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures() function
75 return G->addCustomGraphFeatures(GW); in addCustomGraphFeatures()
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures() function
DGraphWriter.h107 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/external/llvm/lib/Analysis/
DRegionPrinter.cpp134 static void addCustomGraphFeatures(const RegionInfo *G, in addCustomGraphFeatures() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp134 static void addCustomGraphFeatures(SelectionDAG *G, in addCustomGraphFeatures() function
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h606 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}