/external/clang/lib/AST/ |
StmtViz.cpp | 23 llvm::ViewGraph(this,"AST");
|
/external/llvm/lib/Analysis/ |
CFGPrinter.cpp | 146 ViewGraph(this, "cfg" + getName()); 155 ViewGraph(this, "cfg" + getName(), true);
|
BlockFrequencyInfo.cpp | 143 ViewGraph(const_cast<BlockFrequencyInfo *>(this), "BlockFrequencyDAGs");
|
RegionPrinter.cpp | 237 llvm::ViewGraph(RI, "reg", ShortNames,
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGPrinter.cpp | 1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===// 10 // This implements the ScheduleDAG::viewGraph method. 85 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG 88 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { 91 ViewGraph(this, Name, false, Title); 93 errs() << "ScheduleDAG::viewGraph is only available in debug builds on " 99 void ScheduleDAG::viewGraph() { 100 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
|
EdgeBundles.cpp | 96 ViewGraph(*this, "EdgeBundles");
|
MachineBlockFrequencyInfo.cpp | 162 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this),
|
MachineFunction.cpp | 447 ViewGraph(this, "mf" + getName()); 457 ViewGraph(this, "mf" + getName(), true); [all...] |
MachineScheduler.cpp | 685 if (ViewMISchedDAGs) viewGraph(); [all...] |
/external/llvm/include/llvm/Analysis/ |
DOTGraphTraitsPass.h | 59 ViewGraph(Graph, Name, IsSimple, Title); 137 ViewGraph(Graph, Name, IsSimple, Title);
|
/external/clang/lib/Analysis/ |
CallGraph.cpp | 195 void CallGraph::viewGraph() const { 196 llvm::ViewGraph(this, "CallGraph");
|
CFG.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
DebugCheckers.cpp | 129 CG.viewGraph(); 206 Eng.ViewGraph(0);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGPrinter.cpp | 1 //===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::viewGraph() -----===// 10 // This implements the SelectionDAG::viewGraph method. 150 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG 153 void SelectionDAG::viewGraph(const std::string &Title) { 156 ViewGraph(this, "dag." + getMachineFunction().getName(), 159 errs() << "SelectionDAG::viewGraph is only available in debug builds on " 166 void SelectionDAG::viewGraph() { 167 viewGraph("");
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExprEngine.h | 149 void ViewGraph(bool trim = false); 153 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
|
/external/llvm/include/llvm/Support/ |
GraphWriter.h | 346 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file, 350 void ViewGraph(const GraphType &G, const Twine &Name,
|
/external/clang/lib/Serialization/ |
ModuleManager.cpp | 473 void ModuleManager::viewGraph() { 474 llvm::ViewGraph(*this, "Modules");
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 672 Eng.ViewGraph(Mgr->options.TrimGraph);
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngine.cpp | [all...] |