Home
last modified time | relevance | path

Searched refs:DOTGraphTraits (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDomPrinter.cpp29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits { struct
31 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument
43 return DOTGraphTraits<const Function*> in getNodeLabel()
46 return DOTGraphTraits<const Function*> in getNodeLabel()
52 struct DOTGraphTraits<DominatorTree*> : public DOTGraphTraits<DomTreeNode*> { struct
54 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {} in DOTGraphTraits()
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
67 struct DOTGraphTraits<PostDominatorTree*> struct
68 : public DOTGraphTraits<DomTreeNode*> {
[all …]
DRegionPrinter.cpp36 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits { struct
38 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument
47 return DOTGraphTraits<const Function*> in getNodeLabel()
50 return DOTGraphTraits<const Function*> in getNodeLabel()
59 struct DOTGraphTraits<RegionInfo*> : public DOTGraphTraits<RegionNode*> { struct
61 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() function
62 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits()
69 return DOTGraphTraits<RegionNode*>::getNodeLabel(Node, in getNodeLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDomPrinter.cpp29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits { struct
31 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() function
43 return DOTGraphTraits<const Function*> in getNodeLabel()
46 return DOTGraphTraits<const Function*> in getNodeLabel()
52 struct DOTGraphTraits<DominatorTree*> : public DOTGraphTraits<DomTreeNode*> { struct
54 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {} in DOTGraphTraits()
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
67 struct DOTGraphTraits<PostDominatorTree*> struct
68 : public DOTGraphTraits<DomTreeNode*> {
[all …]
DRegionPrinter.cpp39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits { struct
41 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument
50 return DOTGraphTraits<const Function*> in getNodeLabel()
53 return DOTGraphTraits<const Function*> in getNodeLabel()
62 struct DOTGraphTraits<RegionInfo *> : public DOTGraphTraits<RegionNode *> { struct
64 DOTGraphTraits (bool isSimple = false) in DOTGraphTraits() argument
65 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits()
70 return DOTGraphTraits<RegionNode *>::getNodeLabel( in getNodeLabel()
235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo()
DCallPrinter.cpp25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits { struct
26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
/external/llvm/lib/Analysis/
DDomPrinter.cpp29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits { struct
31 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() function
43 return DOTGraphTraits<const Function*> in getNodeLabel()
46 return DOTGraphTraits<const Function*> in getNodeLabel()
52 struct DOTGraphTraits<DominatorTree*> : public DOTGraphTraits<DomTreeNode*> { struct
54 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() function
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {} in DOTGraphTraits()
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
67 struct DOTGraphTraits<PostDominatorTree*> struct
68 : public DOTGraphTraits<DomTreeNode*> {
[all …]
DRegionPrinter.cpp39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits { struct
41 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument
50 return DOTGraphTraits<const Function*> in getNodeLabel()
53 return DOTGraphTraits<const Function*> in getNodeLabel()
62 struct DOTGraphTraits<RegionInfo *> : public DOTGraphTraits<RegionNode *> { struct
64 DOTGraphTraits (bool isSimple = false) in DOTGraphTraits() function
65 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits()
70 return DOTGraphTraits<RegionNode *>::getNodeLabel( in getNodeLabel()
235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo()
DCallPrinter.cpp25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits { struct
26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGPrinter.cpp34 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct
36 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
77 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp27 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct
29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
77 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel()
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp29 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct
31 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
79 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel()
DMachineBlockFrequencyInfo.cpp85 struct DOTGraphTraits<MachineBlockFrequencyInfo *> struct
87 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp34 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct
36 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() function
144 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
146 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel()
286 O << DOTGraphTraits<SelectionDAG*> in getGraphNodeLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp32 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct
34 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() function
142 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
144 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel()
284 O << DOTGraphTraits<SelectionDAG*> in getGraphNodeLabel()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp36 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct
38 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() function
139 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
141 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel()
281 O << DOTGraphTraits<SelectionDAG*> in getGraphNodeLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
DCFGPrinter.h26 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
/external/clang/lib/AST/
DStmtViz.cpp32 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct
33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDOTGraphTraits.h161 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h161 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
/external/swiftshader/third_party/LLVM/tools/opt/
DGraphPrinters.cpp53 struct DOTGraphTraits<CallGraph*> : public DefaultDOTGraphTraits { struct
55 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDOTGraphTraits.h155 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct
156 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDOTGraphTraitsPass.h33 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction()
66 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction()
DCFGPrinter.h27 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}

12