Home
last modified time | relevance | path

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

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