/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 89 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false, in viewGraph() 93 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false, in viewGraph()
|
D | EdgeBundles.cpp | 74 ViewGraph(*this, "EdgeBundles"); in view()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | CFGPrinter.cpp | 146 ViewGraph(this, "cfg" + getNameStr()); in viewCFG() 155 ViewGraph(this, "cfg" + getNameStr(), true); in viewCFGOnly()
|
/external/llvm/lib/Analysis/ |
D | CFGPrinter.cpp | 146 ViewGraph(this, "cfg" + getName()); in viewCFG() 155 ViewGraph(this, "cfg" + getName(), true); in viewCFGOnly()
|
D | RegionPrinter.cpp | 237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
D | BlockFrequencyInfo.cpp | 175 ViewGraph(const_cast<BlockFrequencyInfo *>(this), "BlockFrequencyDAGs"); in view()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CFGPrinter.cpp | 174 ViewGraph(this, "cfg" + getName()); in viewCFG() 185 ViewGraph(this, "cfg" + getName(), true); in viewCFGOnly()
|
D | DomPrinter.cpp | 85 ViewGraph(this, Name, false, Title); in viewGraph()
|
D | RegionPrinter.cpp | 237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 59 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction() 137 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 59 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction() 137 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
|
/external/clang/lib/AST/ |
D | StmtViz.cpp | 23 llvm::ViewGraph(this,"AST"); in viewAST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 88 ViewGraph(this, Name, false, Title); in viewGraph()
|
D | EdgeBundles.cpp | 101 ViewGraph(*this, "EdgeBundles"); in view()
|
D | MachineBlockFrequencyInfo.cpp | 217 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 90 ViewGraph(this, Name, false, Title); in viewGraph()
|
D | EdgeBundles.cpp | 96 ViewGraph(*this, "EdgeBundles"); in view()
|
D | MachineBlockFrequencyInfo.cpp | 159 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), in view()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 35 ViewGraph(Graph, Name, Simple, Title); in runOnFunction()
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 196 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 206 Eng.ViewGraph(0); in checkEndAnalysis()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 149 void ViewGraph(bool trim = false); 153 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 156 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 154 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 151 ViewGraph(this, "dag." + getMachineFunction().getFunction()->getNameStr(), in viewGraph()
|