HomeSort by relevance Sort by last modified time
    Searched defs:viewGraph (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 1 //===-- ScheduleDAGPrinter.cpp - Implement ScheduleDAG::viewGraph() -------===//
10 // This implements the ScheduleDAG::viewGraph method.
82 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
85 void ScheduleDAG::viewGraph() {
89 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false,
93 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false,
96 errs() << "ScheduleDAG::viewGraph is only available in debug builds on "
  /external/clang/lib/Serialization/
ModuleManager.cpp 250 void ModuleManager::viewGraph() {
251 llvm::ViewGraph(*this, "Modules");
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 1 //===-- SelectionDAGPrinter.cpp - Implement SelectionDAG::viewGraph() -----===//
10 // This implements the SelectionDAG::viewGraph method.
145 /// viewGraph - Pop up a ghostview window with the reachable parts of the DAG
148 void SelectionDAG::viewGraph(const std::string &Title) {
151 ViewGraph(this, "dag." + getMachineFunction().getFunction()->getNameStr(),
154 errs() << "SelectionDAG::viewGraph is only available in debug builds on "
161 void SelectionDAG::viewGraph() {
162 viewGraph("");

Completed in 510 milliseconds