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

/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp71 static void addCustomGraphFeatures(ScheduleDAG *G, function in struct:llvm::DOTGraphTraits
73 return G->addCustomGraphFeatures(GW);
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h144 /// addCustomGraphFeatures - If a graph is made up of more than just
151 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} function in struct:llvm::DefaultDOTGraphTraits
H A DGraphWriter.h108 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
303 /// write fancy things using addCustomGraphFeatures().
/external/llvm/lib/Analysis/
H A DRegionPrinter.cpp133 static void addCustomGraphFeatures(const RegionInfo* RI, function in struct:llvm::DOTGraphTraits
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp127 static void addCustomGraphFeatures(SelectionDAG *G, function in struct:llvm::DOTGraphTraits
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h598 /// addCustomGraphFeatures - Add custom features for a visualization of
600 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {} function in class:llvm::SUnit::ScheduleDAG

Completed in 828 milliseconds