/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DOTGraphTraitsPass.h | 56 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction() 134 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtViz.cpp | 22 llvm::ViewGraph(this,"AST"); in viewAST()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ScheduleDAGPrinter.cpp | 87 ViewGraph(this, Name, false, Title); in viewGraph()
|
H A D | EdgeBundles.cpp | 100 ViewGraph(*this, "EdgeBundles"); in view()
|
H A D | MachineBlockFrequencyInfo.cpp | 226 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
|
H A D | MachineFunction.cpp | 615 ViewGraph(this, "mf" + getName()); in viewCFG() 625 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
|
H A D | MachineScheduler.cpp | 3933 ViewGraph(this, Name, false, Title); in viewGraph()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CFGPrinter.cpp | 88 ViewGraph(&CFGInfo, "cfg." + F.getName(), CFGOnly); in viewCFG() 250 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly); in viewCFG()
|
H A D | DomPrinter.cpp | 85 ViewGraph(this, Name, false, Title); in viewGraph()
|
H A D | RegionPrinter.cpp | 237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
H A D | CallPrinter.cpp | 242 ViewGraph(&CFGInfo, "callgraph", true, Title); in runOnModule()
|
H A D | BlockFrequencyInfo.cpp | 259 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title); in view()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 251 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
|
H A D | CFG.cpp | 6032 llvm::ViewGraph(this,"CFG"); in viewCFG()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DebugCheckers.cpp | 305 Eng.ViewGraph(0); in checkEndAnalysis()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 153 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 251 void ViewGraph(bool trim = false); 255 void ViewGraph(ArrayRef<const ExplodedNode *> Nodes);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 375 void ViewGraph(const GraphType &G, const Twine &Name,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 528 llvm::ViewGraph(*this, "Modules"); in viewGraph()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
H A D | 2007-OriginalClangReadme.txt | 128 see: https://llvm.org/docs/ProgrammersManual.html#ViewGraph
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 719 Eng.ViewGraph(Mgr->options.TrimGraph); in RunPathSensitiveChecks()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3215 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine 3225 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { in ViewGraph() function in ExprEngine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1914 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 2401 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in viewGraph()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4511 ViewGraph(this, "SLP" + F->getName(), false, Str); in getTreeCost()
|