/external/llvm/lib/Analysis/ |
D | CFGPrinter.cpp | 146 ViewGraph(this, "cfg" + getName()); in viewCFG() 155 ViewGraph(this, "cfg" + getName(), true); in viewCFGOnly()
|
D | BlockFrequencyInfo.cpp | 143 ViewGraph(const_cast<BlockFrequencyInfo *>(this), "BlockFrequencyDAGs"); in view()
|
D | RegionPrinter.cpp | 237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 59 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction() 137 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
|
/external/clang/lib/AST/ |
D | StmtViz.cpp | 23 llvm::ViewGraph(this,"AST"); in viewAST()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 91 ViewGraph(this, Name, false, Title); in viewGraph()
|
D | EdgeBundles.cpp | 96 ViewGraph(*this, "EdgeBundles"); in view()
|
D | MachineBlockFrequencyInfo.cpp | 162 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), in view()
|
D | MachineFunction.cpp | 447 ViewGraph(this, "mf" + getName()); in viewCFG() 457 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
|
D | MachineScheduler.cpp | 3403 ViewGraph(this, Name, false, Title); in viewGraph()
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 196 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
|
D | CFG.cpp | 4615 llvm::ViewGraph(this,"CFG"); in viewCFG()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 149 void ViewGraph(bool trim = false); 153 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 206 Eng.ViewGraph(0); in checkEndAnalysis()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 156 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 350 void ViewGraph(const GraphType &G, const Twine &Name,
|
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 474 llvm::ViewGraph(*this, "Modules"); in viewGraph()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 2703 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine 2720 ViewGraph(Src); in ViewGraph() 2726 llvm::ViewGraph(*G.roots_begin(), "ExprEngine"); in ViewGraph() 2734 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { in ViewGraph() function in ExprEngine 2744 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine"); in ViewGraph()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 128 see: http://llvm.org/docs/ProgrammersManual.html#ViewGraph
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 672 Eng.ViewGraph(Mgr->options.TrimGraph); in ActionExprEngine()
|