Home
last modified time | relevance | path

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

/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() 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/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp32 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct
34 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
79 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel()
DMachineFunction.cpp360 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct
362 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
DMachineScheduler.cpp2329 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct
2331 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h30 std::string GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction()
61 std::string GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnFunction()
90 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnModule()
120 std::string Title = DOTGraphTraits<Analysis*>::getGraphName(Graph); in runOnModule()
DCFGPrinter.h27 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp33 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct
35 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() function
136 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
138 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel()
278 O << DOTGraphTraits<SelectionDAG*> in getGraphNodeLabel()
/external/clang/lib/AST/
DStmtViz.cpp32 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct
33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
/external/llvm/lib/Analysis/IPA/
DCallPrinter.cpp26 struct DOTGraphTraits<CallGraph*> : public DefaultDOTGraphTraits { struct
27 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h160 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct
161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
DGraphWriter.h60 typedef DOTGraphTraits<GraphType> DOTTraits;
107 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/external/clang/lib/Analysis/
DCallGraph.cpp221 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct
223 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
DCFG.cpp4105 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct
4107 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
/external/clang/lib/Serialization/
DModuleManager.cpp383 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct
384 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2057 struct DOTGraphTraits<ExplodedNode*> : struct
2060 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function