Home
last modified time | relevance | path

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

/external/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/llvm/lib/Analysis/
DCFGPrinter.cpp146 ViewGraph(this, "cfg" + getNameStr()); in viewCFG()
155 ViewGraph(this, "cfg" + getNameStr(), true); in viewCFGOnly()
/external/clang/lib/AST/
DStmtViz.cpp23 llvm::ViewGraph(this,"AST"); in viewAST()
/external/llvm/include/llvm/CompilerDriver/
DBuiltinOptions.h33 extern llvm::cl::opt<bool> ViewGraph;
/external/llvm/lib/CompilerDriver/
DBuiltinOptions.cpp46 cl::opt<bool> ViewGraph("view-graph", variable
DMain.cpp118 if (ViewGraph) { in Main()
DCompilationGraph.cpp654 llvm::ViewGraph(this, "compilation-graph"); in viewGraph()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h35 ViewGraph(Graph, Name, Simple, Title); in runOnFunction()
/external/clang/lib/Index/
DCallGraph.cpp132 llvm::ViewGraph(*this, "CallGraph"); in ViewCallGraph()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h124 void ViewGraph(bool trim = false);
126 void ViewGraph(ExplodedNode** Beg, ExplodedNode** End);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp151 ViewGraph(this, "dag." + getMachineFunction().getFunction()->getNameStr(), in viewGraph()
/external/llvm/include/llvm/Support/
DGraphWriter.h344 void ViewGraph(const GraphType &G, const std::string &Name,
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp327 Eng.ViewGraph(mgr.shouldTrimGraph()); in ActionExprEngine()
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt128 see: http://llvm.org/docs/ProgrammersManual.html#ViewGraph
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp3233 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine
3252 ViewGraph(&Src[0], &Src[0]+Src.size()); in ViewGraph()
3258 llvm::ViewGraph(*G.roots_begin(), "ExprEngine"); in ViewGraph()
3266 void ExprEngine::ViewGraph(ExplodedNode** Beg, ExplodedNode** End) { in ViewGraph() function in ExprEngine
3276 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine"); in ViewGraph()
/external/clang/lib/Analysis/
DCFG.cpp3687 llvm::ViewGraph(this,"CFG"); in viewCFG()