HomeSort by relevance Sort by last modified time
    Searched refs:DOTGraphTraits (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/llvm/lib/Analysis/
DomPrinter.cpp 29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits {
31 DOTGraphTraits (bool isSimple=false)
43 return DOTGraphTraits<const Function*>
46 return DOTGraphTraits<const Function*>
52 struct DOTGraphTraits<DominatorTree*> : public DOTGraphTraits<DomTreeNode*> {
54 DOTGraphTraits (bool isSimple=false)
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
67 struct DOTGraphTraits<PostDominatorTree*
    [all...]
CallPrinter.cpp 25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits {
26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
RegionPrinter.cpp 39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits {
41 DOTGraphTraits (bool isSimple=false)
50 return DOTGraphTraits<const Function*>
53 return DOTGraphTraits<const Function*>
62 struct DOTGraphTraits<RegionInfo *> : public DOTGraphTraits<RegionNode *> {
64 DOTGraphTraits (bool isSimple = false)
65 : DOTGraphTraits<RegionNode*>(isSimple) {}
70 return DOTGraphTraits<RegionNode *>::getNodeLabel(
235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DomPrinter.cpp 29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits {
31 DOTGraphTraits (bool isSimple=false)
43 return DOTGraphTraits<const Function*>
46 return DOTGraphTraits<const Function*>
52 struct DOTGraphTraits<DominatorTree*> : public DOTGraphTraits<DomTreeNode*> {
54 DOTGraphTraits (bool isSimple=false)
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
67 struct DOTGraphTraits<PostDominatorTree*
    [all...]
RegionPrinter.cpp 36 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits {
38 DOTGraphTraits (bool isSimple=false)
47 return DOTGraphTraits<const Function*>
50 return DOTGraphTraits<const Function*>
59 struct DOTGraphTraits<RegionInfo*> : public DOTGraphTraits<RegionNode*> {
61 DOTGraphTraits (bool isSimple=false)
62 : DOTGraphTraits<RegionNode*>(isSimple) {}
69 return DOTGraphTraits<RegionNode*>::getNodeLabel(Node,
  /external/clang/lib/AST/
StmtViz.cpp 32 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits {
33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 29 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {
31 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
79 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGPrinter.cpp 34 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {
36 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
77 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DOTGraphTraitsPass.h 33 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph);
66 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
150 /// DOTGraphTraits - Template class that can be specialized to customize how
155 struct DOTGraphTraits : public DefaultDOTGraphTraits {
156 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /external/swiftshader/third_party/LLVM/tools/opt/
GraphPrinters.cpp 53 struct DOTGraphTraits<CallGraph*> : public DefaultDOTGraphTraits {
55 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DOTGraphTraits.h 1 //===-- llvm/Support/DotGraphTraits.h - Customize .dot output ---*- C++ -*-===//
25 /// all of the DOTGraphTraits methods. If a specialization does not need to
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);

Completed in 2079 milliseconds

1 2 3