Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCFGPrinter.cpp146 ViewGraph(this, "cfg" + getName()); in viewCFG()
155 ViewGraph(this, "cfg" + getName(), true); in viewCFGOnly()
DBlockFrequencyInfo.cpp143 ViewGraph(const_cast<BlockFrequencyInfo *>(this), "BlockFrequencyDAGs"); in view()
DRegionPrinter.cpp237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
/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.cpp91 ViewGraph(this, Name, false, Title); in viewGraph()
DEdgeBundles.cpp96 ViewGraph(*this, "EdgeBundles"); in view()
DMachineBlockFrequencyInfo.cpp162 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), in view()
DMachineFunction.cpp447 ViewGraph(this, "mf" + getName()); in viewCFG()
457 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
DMachineScheduler.cpp3403 ViewGraph(this, Name, false, Title); in viewGraph()
/external/clang/lib/Analysis/
DCallGraph.cpp196 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
DCFG.cpp4615 llvm::ViewGraph(this,"CFG"); in viewCFG()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h149 void ViewGraph(bool trim = false);
153 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp206 Eng.ViewGraph(0); in checkEndAnalysis()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp156 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
/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.cpp2703 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine
2720 ViewGraph(Src); in ViewGraph()
2726 llvm::ViewGraph(*G.roots_begin(), "ExprEngine"); in ViewGraph()
2734 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { in ViewGraph() function in ExprEngine
2744 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine"); in ViewGraph()
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt128 see: http://llvm.org/docs/ProgrammersManual.html#ViewGraph
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp672 Eng.ViewGraph(Mgr->options.TrimGraph); in ActionExprEngine()