Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h33 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph); in viewGraphForFunction()
95 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in printGraphForFunction()
249 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
281 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
310 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.h44 std::string getGraphName(const DataDependenceGraph *G) {
H A DCFGPrinter.h130 static std::string getGraphName(DOTFuncInfo *CFGInfo) {
H A DBlockFrequencyInfoImpl.h1819 static StringRef getGraphName(const BlockFrequencyInfoT *G) {
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DRegionPrinter.cpp55 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } in getGraphName() function
224 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.cpp2325 static std::string getGraphName(DOTFuncMSSAInfo *CFGInfo) { in getGraphName() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp25 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
H A DMachineFunction.cpp623 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
H A DMachineScheduler.cpp3876 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/polly/include/polly/
H A DScopGraphPrinter.h46 static std::string getGraphName(polly::ScopDetection *SD) {
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp68 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1359 std::string getGraphName() const { return GraphName; } in getGraphName() function in __anone1b304962011::DotCfgDiffDisplayGraph
1780 static std::string getGraphName(const DotCfgDiffDisplayGraph *DiffData) { in getGraphName() function
1781 return DiffData->getGraphName(); in getGraphName()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2045 static std::string getGraphName(const PGOUseFunc *G) { in getGraphName() function