Searched refs:getGraphName (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } function in struct:llvm::DOTGraphTraits
H A DDomPrinter.cpp57 static std::string getGraphName(DominatorTree *DT) { function in struct:llvm::DOTGraphTraits
73 static std::string getGraphName(PostDominatorTree *DT) { function in struct:llvm::DOTGraphTraits
H A DRegionPrinter.cpp67 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } function in struct:llvm::DOTGraphTraits
235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp30 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
H A DMachineFunction.cpp557 static std::string getGraphName(const MachineFunction *F) { function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3686 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h55 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
103 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
134 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
166 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
H A DCFGPrinter.h58 static std::string getGraphName(const Function *F) { function in struct:llvm::DOTGraphTraits
H A DBlockFrequencyInfoImpl.h1378 static std::string getGraphName(const BlockFrequencyInfoT *G) { function in struct:llvm::BFIDOTGraphTraitsBase
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h40 /// getGraphName - Return the label for the graph as a whole. Printed at the
44 static std::string getGraphName(const GraphType &) { return ""; } function in struct:llvm::DefaultDOTGraphTraits
H A DGraphWriter.h129 std::string GraphName = DTraits.getGraphName(G);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp72 static std::string getGraphName(const SelectionDAG *G) { function in struct:llvm::DOTGraphTraits
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1779 static std::string getGraphName(const PGOUseFunc *G) { function in struct:llvm::DOTGraphTraits

Completed in 203 milliseconds