/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() 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/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 32 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()
|
D | MachineFunction.cpp | 360 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct 362 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
D | MachineScheduler.cpp | 2329 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct 2331 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 30 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()
|
D | CFGPrinter.h | 27 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits { 29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 33 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/ |
D | StmtViz.cpp | 32 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct 33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
/external/llvm/lib/Analysis/IPA/ |
D | CallPrinter.cpp | 26 struct DOTGraphTraits<CallGraph*> : public DefaultDOTGraphTraits { struct 27 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
/external/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 160 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct 161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
|
D | GraphWriter.h | 60 typedef DOTGraphTraits<GraphType> DOTTraits; 107 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 221 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct 223 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
D | CFG.cpp | 4105 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct 4107 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 383 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct 384 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 2057 struct DOTGraphTraits<ExplodedNode*> : struct 2060 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|