Searched refs:getGraphName (Results 1 – 18 of 18) sorted by relevance
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()
50 static std::string getGraphName(DominatorTree *DT) {67 static std::string getGraphName(PostDominatorTree *DT) {
45 std::string getGraphName(const DataDependenceGraph *G) {
198 static std::string getGraphName(DOTFuncInfo *CFGInfo) {
1811 static StringRef getGraphName(const BlockFrequencyInfoT *G) {
54 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } in getGraphName() function223 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo()
147 static std::string getGraphName(CallGraphDOTInfo *CGInfo) { in getGraphName() function250 DOTGraphTraits<CallGraphDOTInfo *>::getGraphName(&CFGInfo); in viewCallGraph()
2322 static std::string getGraphName(DOTFuncMSSAInfo *CFGInfo) { in getGraphName() function
25 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
668 static std::string getGraphName(const MachineFunction *F) { in getGraphName() function
4380 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() function
44 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName() function
140 std::string GraphName(DTraits.getGraphName(G)); in writeHeader()
87 static std::string getGraphName(DOTMachineFuncInfo *CFGInfo) {
68 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() function
302 static std::string getGraphName(DotFuncBCIInfo *Info) { in getGraphName() function
2375 static std::string getGraphName(const PGOUseFunc *G) { in getGraphName() function
1729 std::string getGraphName() const { return GraphName; } in getGraphName() function in __anoncd6302c02a11::DotCfgDiffDisplayGraph2149 static std::string getGraphName(const DotCfgDiffDisplayGraph *DiffData) { in getGraphName() function2150 return DiffData->getGraphName(); in getGraphName()