HomeSort by: relevance | last modified time | path
    Searched refs:ViewGraph (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtViz.cpp 22 llvm::ViewGraph(this,"AST");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===//
9 // This implements the ScheduleDAG::viewGraph method.
81 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
84 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) {
87 ViewGraph(this, Name, false, Title);
89 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
95 void ScheduleDAG::viewGraph() {
96 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
EdgeBundles.cpp 100 ViewGraph(*this, "EdgeBundles");
MachineBlockFrequencyInfo.cpp 226 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple);
MachineFunction.cpp 615 ViewGraph(this, "mf" + getName());
625 ViewGraph(this, "mf" + getName(), true);
MachineScheduler.cpp 780 if (ViewMISchedDAGs) viewGraph();
1232 if (ViewMISchedDAGs) viewGraph();
3929 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
3931 void ScheduleDAGMI::viewGraph(const Twine &Name, const Twine &Title) {
3933 ViewGraph(this, Name, false, Title);
3935 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on "
3941 void ScheduleDAGMI::viewGraph() {
3942 viewGraph(getDAGName(), "Scheduling-Units Graph for " + getDAGName());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 56 ViewGraph(Graph, Name, IsSimple, Title);
134 ViewGraph(Graph, Name, IsSimple, Title);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomPrinter.cpp 83 void DominatorTree::viewGraph(const Twine &Name, const Twine &Title) {
85 ViewGraph(this, Name, false, Title);
91 void DominatorTree::viewGraph() {
93 this->viewGraph("domtree", "Dominator Tree for function");
CFGPrinter.cpp 88 ViewGraph(&CFGInfo, "cfg." + F.getName(), CFGOnly);
250 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly);
CallPrinter.cpp 242 ViewGraph(&CFGInfo, "callgraph", true, Title);
RegionPrinter.cpp 237 llvm::ViewGraph(RI, "reg", ShortNames,
BlockFrequencyInfo.cpp 259 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 250 void CallGraph::viewGraph() const {
251 llvm::ViewGraph(this, "CallGraph");
CFG.cpp 6032 llvm::ViewGraph(this,"CFG");
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 217 CG.viewGraph();
305 Eng.ViewGraph(0);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 1 //===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::viewGraph() -----===//
9 // This implements the SelectionDAG::viewGraph method.
147 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
150 void SelectionDAG::viewGraph(const std::string &Title) {
153 ViewGraph(this, "dag." + getMachineFunction().getName(),
156 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
163 void SelectionDAG::viewGraph() {
164 viewGraph("");
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GraphWriter.h 371 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file,
375 void ViewGraph(const GraphType &G, const Twine &Name,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp 527 void ModuleManager::viewGraph() {
528 llvm::ViewGraph(*this, "Modules");
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 251 void ViewGraph(bool trim = false);
255 void ViewGraph(ArrayRef<const ExplodedNode *> Nodes);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 719 Eng.ViewGraph(Mgr->options.TrimGraph);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 3215 void ExprEngine::ViewGraph(bool trim) {
3225 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 1435 DG.viewGraph();
2401 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1914 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 4511 ViewGraph(this, "SLP" + F->getName(), false, Str);

Completed in 64 milliseconds