| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DOTGraphTraitsPass.h | 36 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph); in viewGraphForFunction() 115 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in printGraphForFunction() 269 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() 302 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() 333 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in WriteDOTGraphToFile()
|
| H A D | DomPrinter.h | 50 static std::string getGraphName(DominatorTree *DT) { 67 static std::string getGraphName(PostDominatorTree *DT) {
|
| H A D | DDGPrinter.h | 45 std::string getGraphName(const DataDependenceGraph *G) {
|
| H A D | CFGPrinter.h | 198 static std::string getGraphName(DOTFuncInfo *CFGInfo) {
|
| H A D | BlockFrequencyInfoImpl.h | 1811 static StringRef getGraphName(const BlockFrequencyInfoT *G) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | RegionPrinter.cpp | 54 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } 223 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo() 55 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } getGraphName() function
|
| H A D | CallPrinter.cpp | 147 static std::string getGraphName(CallGraphDOTInfo *CGInfo) { in getGraphName() function 250 DOTGraphTraits<CallGraphDOTInfo *>::getGraphName(&CFGInfo); in viewCallGraph()
|
| H A D | MemorySSA.cpp | 2322 static std::string getGraphName(DOTFuncMSSAInfo *CFGInfo) { in getGraphName() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGPrinter.cpp | 25 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
|
| H A D | MachineFunction.cpp | 668 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
|
| H A D | MachineScheduler.cpp | 4380 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DOTGraphTraits.h | 44 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName() function
|
| H A D | GraphWriter.h | 140 std::string GraphName(DTraits.getGraphName(G)); in writeHeader()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineCFGPrinter.h | 87 static std::string getGraphName(DOTMachineFuncInfo *CFGInfo) {
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 68 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BlockCoverageInference.cpp | 302 static std::string getGraphName(DotFuncBCIInfo *Info) { in getGraphName() function
|
| H A D | PGOInstrumentation.cpp | 2375 static std::string getGraphName(const PGOUseFunc *G) { in getGraphName() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1729 std::string getGraphName() const { return GraphName; } in getGraphName() function in __anon94a753662a11::DotCfgDiffDisplayGraph 2149 static std::string getGraphName(const DotCfgDiffDisplayGraph *DiffData) { in getGraphName() function 2150 return DiffData->getGraphName(); in getGraphName()
|