HomeSort by relevance Sort by last modified time
    Searched refs:ViewGraph (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/AST/
StmtViz.cpp 23 llvm::ViewGraph(this,"AST");
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 33 ViewGraph(Graph, Name, Simple, Title);
92 ViewGraph(Graph, Name, Simple, Title);
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 145 ViewGraph(this, "cfg" + getName());
154 ViewGraph(this, "cfg" + getName(), true);
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===//
10 // This implements the ScheduleDAG::viewGraph method.
84 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
87 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
90 ViewGraph(this, Name, false, Title);
92 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
98 void ScheduleDAG::viewGraph() {
99 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
EdgeBundles.cpp 74 ViewGraph(*this, "EdgeBundles");
MachineFunction.cpp 404 ViewGraph(this, "mf" + getName());
414 ViewGraph(this, "mf" + getName(), true);
    [all...]
MachineScheduler.cpp 559 if (ViewMISchedDAGs) viewGraph();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 121 CG.viewGraph();
194 Eng.ViewGraph(0);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 150 void ViewGraph(bool trim = false);
154 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
  /external/clang/lib/Analysis/
CallGraph.cpp 204 void CallGraph::viewGraph() const {
205 llvm::ViewGraph(this, "CallGraph");
CFG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 1 //===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::viewGraph() -----===//
10 // This implements the SelectionDAG::viewGraph method.
142 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
145 void SelectionDAG::viewGraph(const std::string &Title) {
148 ViewGraph(this, "dag." + getMachineFunction().getName(),
151 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
158 void SelectionDAG::viewGraph() {
159 viewGraph("");
  /external/llvm/include/llvm/Support/
GraphWriter.h 342 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file,
346 void ViewGraph(const GraphType &G, const Twine &Name,
  /external/clang/lib/Serialization/
ModuleManager.cpp 441 void ModuleManager::viewGraph() {
442 llvm::ViewGraph(*this, "Modules");
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 636 Eng.ViewGraph(Mgr->options.TrimGraph);

Completed in 506 milliseconds