/external/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() function 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() argument 62 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits() 69 return DOTGraphTraits<RegionNode*>::getNodeLabel(Node, in getNodeLabel()
|
D | BlockFrequencyInfo.cpp | 75 struct DOTGraphTraits<BlockFrequencyInfo*> : public DefaultDOTGraphTraits { struct 76 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() argument
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 31 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct 33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 78 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel()
|
D | MachineBlockFrequencyInfo.cpp | 81 struct DOTGraphTraits<MachineBlockFrequencyInfo*> : struct 83 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() function
|
D | MachineFunction.cpp | 378 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct 380 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
D | MachineScheduler.cpp | 3215 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct 3217 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 41 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() 74 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() 105 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() 137 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/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 34 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct 36 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() function 137 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() 139 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel() 279 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() function
|
/external/llvm/lib/Analysis/IPA/ |
D | CallPrinter.cpp | 25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits { struct 26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
/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 | 61 typedef DOTGraphTraits<GraphType> DOTTraits; 108 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 215 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct 217 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
D | CFG.cpp | 4464 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct 4466 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 446 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct 447 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 2289 struct DOTGraphTraits<ExplodedNode*> : struct 2292 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|