Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp64 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures() function
66 return G->addCustomGraphFeatures(GW); in addCustomGraphFeatures()
/freebsd/contrib/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);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp121 static void addCustomGraphFeatures(const RegionInfo *G,
122 static void addCustomGraphFeatures(const RegionInfo *G, addCustomGraphFeatures() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp127 static void addCustomGraphFeatures(SelectionDAG *G, in addCustomGraphFeatures() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h627 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {} in addCustomGraphFeatures() function