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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomPrinter.h50 static std::string getGraphName(DominatorTree *DT) { function in struct:llvm::DOTGraphTraits
67 static std::string getGraphName(PostDominatorTree *DT) { function in struct:llvm::DOTGraphTraits
H A DDDGPrinter.h45 std::string getGraphName(const DataDependenceGraph *G) { function in struct:llvm::DOTGraphTraits
H A DDOTGraphTraitsPass.h36 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph);
116 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
270 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
303 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
334 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
H A DCFGPrinter.h199 static std::string getGraphName(DOTFuncInfo *CFGInfo) { function in struct:llvm::DOTGraphTraits
H A DBlockFrequencyInfoImpl.h1814 static StringRef getGraphName(const BlockFrequencyInfoT *G) { function in struct:llvm::BFIDOTGraphTraitsBase
/freebsd-current/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.h140 std::string GraphName(DTraits.getGraphName(G));
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp25 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
H A DMachineFunction.cpp656 static std::string getGraphName(const MachineFunction *F) { function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp4186 static std::string getGraphName(const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCFGPrinter.h87 static std::string getGraphName(DOTMachineFuncInfo *CFGInfo) { function in struct:llvm::DOTGraphTraits
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp54 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } function in struct:llvm::DOTGraphTraits
223 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI);
H A DCallPrinter.cpp146 static std::string getGraphName(CallGraphDOTInfo *CGInfo) { function in struct:llvm::DOTGraphTraits
249 DOTGraphTraits<CallGraphDOTInfo *>::getGraphName(&CFGInfo);
H A DMemorySSA.cpp2259 static std::string getGraphName(DOTFuncMSSAInfo *CFGInfo) { function in struct:llvm::DOTGraphTraits
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp68 static std::string getGraphName(const SelectionDAG *G) { function in struct:llvm::DOTGraphTraits
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp302 static std::string getGraphName(DotFuncBCIInfo *Info) { function in struct:llvm::DOTGraphTraits
H A DPGOInstrumentation.cpp2271 static std::string getGraphName(const PGOUseFunc *G) { function in struct:llvm::DOTGraphTraits
/freebsd-current/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1636 std::string getGraphName() const { return GraphName; }
2057 static std::string getGraphName(const DotCfgDiffDisplayGraph *DiffData) {
2058 return DiffData->getGraphName();

Completed in 359 milliseconds