Home
last modified time | relevance | path

Searched refs:ViewGraph (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGPrinter.cpp89 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false, in viewGraph()
93 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false, in viewGraph()
DEdgeBundles.cpp74 ViewGraph(*this, "EdgeBundles"); in view()
DMachineFunction.cpp371 ViewGraph(this, "mf" + getFunction()->getNameStr()); in viewCFG()
381 ViewGraph(this, "mf" + getFunction()->getNameStr(), true); in viewCFGOnly()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DCFGPrinter.cpp146 ViewGraph(this, "cfg" + getNameStr()); in viewCFG()
155 ViewGraph(this, "cfg" + getNameStr(), true); in viewCFGOnly()
/external/llvm/lib/Analysis/
DCFGPrinter.cpp146 ViewGraph(this, "cfg" + getName()); in viewCFG()
155 ViewGraph(this, "cfg" + getName(), true); in viewCFGOnly()
DRegionPrinter.cpp237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
DBlockFrequencyInfo.cpp175 ViewGraph(const_cast<BlockFrequencyInfo *>(this), "BlockFrequencyDAGs"); in view()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h59 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
137 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
/external/clang/lib/AST/
DStmtViz.cpp23 llvm::ViewGraph(this,"AST"); in viewAST()
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp90 ViewGraph(this, Name, false, Title); in viewGraph()
DEdgeBundles.cpp96 ViewGraph(*this, "EdgeBundles"); in view()
DMachineBlockFrequencyInfo.cpp159 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), in view()
DMachineFunction.cpp493 ViewGraph(this, "mf" + getName()); in viewCFG()
503 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDOTGraphTraitsPass.h35 ViewGraph(Graph, Name, Simple, Title); in runOnFunction()
/external/clang/lib/Analysis/
DCallGraph.cpp196 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp206 Eng.ViewGraph(0); in checkEndAnalysis()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h149 void ViewGraph(bool trim = false);
153 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp156 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp151 ViewGraph(this, "dag." + getMachineFunction().getFunction()->getNameStr(), in viewGraph()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGraphWriter.h344 void ViewGraph(const GraphType &G, const std::string &Name,
/external/llvm/include/llvm/Support/
DGraphWriter.h350 void ViewGraph(const GraphType &G, const Twine &Name,
/external/clang/lib/Serialization/
DModuleManager.cpp474 llvm::ViewGraph(*this, "Modules"); in viewGraph()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2765 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine
2782 ViewGraph(Src); in ViewGraph()
2788 llvm::ViewGraph(*G.roots_begin(), "ExprEngine"); in ViewGraph()
2796 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { in ViewGraph() function in ExprEngine
2806 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine"); in ViewGraph()
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt128 see: http://llvm.org/docs/ProgrammersManual.html#ViewGraph
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt128 see: http://llvm.org/docs/ProgrammersManual.html#ViewGraph

12