/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DomPrinter.cpp | 29 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 …]
|
D | RegionPrinter.cpp | 36 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/ |
D | DomPrinter.cpp | 29 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 …]
|
D | RegionPrinter.cpp | 39 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()
|
D | CallPrinter.cpp | 25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits { struct 26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
/external/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 29 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 …]
|
D | RegionPrinter.cpp | 39 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()
|
D | CallPrinter.cpp | 25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits { struct 26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 34 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/ |
D | ScheduleDAGPrinter.cpp | 27 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/ |
D | ScheduleDAGPrinter.cpp | 29 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()
|
D | MachineBlockFrequencyInfo.cpp | 85 struct DOTGraphTraits<MachineBlockFrequencyInfo *> struct 87 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 34 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/ |
D | SelectionDAGPrinter.cpp | 32 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/ |
D | SelectionDAGPrinter.cpp | 36 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/ |
D | DOTGraphTraitsPass.h | 56 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/ |
D | DOTGraphTraitsPass.h | 56 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()
|
D | CFGPrinter.h | 26 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits { 28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
|
/external/clang/lib/AST/ |
D | StmtViz.cpp | 32 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/ |
D | DOTGraphTraits.h | 161 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct 162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
|
/external/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 161 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct 162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
D | GraphPrinters.cpp | 53 struct DOTGraphTraits<CallGraph*> : public DefaultDOTGraphTraits { struct 55 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DOTGraphTraits.h | 155 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct 156 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 33 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction() 66 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction()
|
D | CFGPrinter.h | 27 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits { 29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
|