Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp64 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures() function
66 return G->addCustomGraphFeatures(GW); in addCustomGraphFeatures()
/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h157 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures() function
H A DGraphWriter.h133 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/llvm-project/polly/include/polly/
H A DScopGraphPrinter.h66 static void addCustomGraphFeatures(polly::ScopDetection *SD,
/llvm-project/polly/lib/Analysis/
H A DScopGraphPrinter.cpp128 void DOTGraphTraits<ScopDetection *>::addCustomGraphFeatures( in addCustomGraphFeatures() function in llvm::DOTGraphTraits
/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp121 static void addCustomGraphFeatures(const RegionInfo *G, in addCustomGraphFeatures() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp127 static void addCustomGraphFeatures(SelectionDAG *G, in addCustomGraphFeatures() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h627 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {} in addCustomGraphFeatures() function