Searched refs:ViewGraph (Results 1 - 18 of 18) sorted by relevance

/external/clang/lib/AST/
H A DStmtViz.cpp23 llvm::ViewGraph(this,"AST");
/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp146 ViewGraph(this, "cfg" + getName());
155 ViewGraph(this, "cfg" + getName(), true);
H A DBlockFrequencyInfo.cpp158 ViewGraph(const_cast<BlockFrequencyInfo *>(this), "BlockFrequencyDAGs");
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp89 ViewGraph(this, Name, false, Title);
H A DEdgeBundles.cpp96 ViewGraph(*this, "EdgeBundles");
H A DMachineBlockFrequencyInfo.cpp162 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this),
H A DMachineFunction.cpp416 ViewGraph(this, "mf" + getName());
426 ViewGraph(this, "mf" + getName(), true);
H A DMachineScheduler.cpp3284 ViewGraph(this, Name, false, Title);
/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h44 ViewGraph(Graph, Name, IsSimple, Title);
107 ViewGraph(Graph, Name, IsSimple, Title);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp203 Eng.ViewGraph(0);
/external/clang/lib/Analysis/
H A DCallGraph.cpp199 llvm::ViewGraph(this, "CallGraph");
H A DCFG.cpp4457 llvm::ViewGraph(this,"CFG");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp149 ViewGraph(this, "dag." + getMachineFunction().getName(),
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h149 void ViewGraph(bool trim = false);
153 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
/external/llvm/include/llvm/Support/
H A DGraphWriter.h345 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file,
349 void ViewGraph(const GraphType &G, const Twine &Name, function in namespace:llvm
/external/clang/lib/Serialization/
H A DModuleManager.cpp461 llvm::ViewGraph(*this, "Modules");
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2550 void ExprEngine::ViewGraph(bool trim) { function in class:ExprEngine
2567 ViewGraph(Src);
2573 llvm::ViewGraph(*G.roots_begin(), "ExprEngine");
2581 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { function in class:ExprEngine
2591 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine");
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp660 Eng.ViewGraph(Mgr->options.TrimGraph);

Completed in 2673 milliseconds