reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/DOTGraphTraitsPass.h
   58     ViewGraph(Graph, Name, IsSimple, Title);
  136     ViewGraph(Graph, Name, IsSimple, Title);
lib/Analysis/BlockFrequencyInfo.cpp
  256   ViewGraph(const_cast<BlockFrequencyInfo *>(this), title);
lib/Analysis/CFGPrinter.cpp
  179   ViewGraph(this, "cfg" + getName());
  190   ViewGraph(this, "cfg" + getName(), true);
lib/Analysis/DomPrinter.cpp
   84   ViewGraph(this, Name, false, Title);
lib/Analysis/RegionPrinter.cpp
  236   llvm::ViewGraph(RI, "reg", ShortNames,
lib/CodeGen/EdgeBundles.cpp
  100   ViewGraph(*this, "EdgeBundles");
lib/CodeGen/MachineBlockFrequencyInfo.cpp
  223   ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple);
lib/CodeGen/MachineFunction.cpp
  564   ViewGraph(this, "mf" + getName());
  574   ViewGraph(this, "mf" + getName(), true);
lib/CodeGen/MachineScheduler.cpp
 3748   ViewGraph(this, Name, false, Title);
lib/CodeGen/ScheduleDAGPrinter.cpp
   87   ViewGraph(this, Name, false, Title);
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
  153   ViewGraph(this, "dag." + getMachineFunction().getName(),
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1613           ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
lib/Transforms/Vectorize/SLPVectorizer.cpp
 3503     ViewGraph(this, "SLP" + F->getName(), false, Str);
tools/clang/lib/AST/StmtViz.cpp
   22   llvm::ViewGraph(this,"AST");
tools/clang/lib/Analysis/CFG.cpp
 5972   llvm::ViewGraph(this,"CFG");
tools/clang/lib/Analysis/CallGraph.cpp
  247   llvm::ViewGraph(this, "CallGraph");
tools/clang/lib/Serialization/ModuleManager.cpp
  503   llvm::ViewGraph(*this, "Modules");