H A D | DOTGraphTraitsPass.h | 25 /// Default traits class for extracting a graph from an analysis pass. 34 void viewGraphForFunction(Function &F, GraphT Graph, StringRef Name, in viewGraphForFunction() argument 36 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph); in viewGraphForFunction() 38 ViewGraph(Graph, Name, IsSimple, in viewGraphForFunction() 67 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run() local 68 viewGraphForFunction(F, Graph, Name, IsSimple); in run() 105 void printGraphForFunction(Function &F, GraphT Graph, StringRef Name, 115 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in printGraphForFunction() 118 WriteGraph(File, Graph, IsSimple, in printGraphForFunction() 150 GraphT Graph in run() 106 printGraphForFunction(Function & F,GraphT Graph,StringRef Name,bool IsSimple) printGraphForFunction() argument 151 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); run() local 206 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); runOnFunction() local 245 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); runOnFunction() local 269 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); runOnModule() local 295 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); runOnModule() local 324 WriteDOTGraphToFile(Function & F,GraphT && Graph,std::string FileNamePrefix,bool IsSimple) WriteDOTGraphToFile() argument [all...] |