| /freebsd-10-stable/contrib/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() 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 | 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() argument 62 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits() 69 return DOTGraphTraits<RegionNode*>::getNodeLabel(Node, in getNodeLabel()
|
| D | BlockFrequencyInfo.cpp | 73 struct DOTGraphTraits<BlockFrequencyInfo*> : public DefaultDOTGraphTraits { struct 74 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() function
|
| /freebsd-10-stable/contrib/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 | 366 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct 368 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| D | MachineScheduler.cpp | 3062 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct 3064 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
| /freebsd-10-stable/contrib/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) {}
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGPrinter.cpp | 33 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct 35 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() argument 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()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | StmtViz.cpp | 32 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct 33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/ |
| D | CallPrinter.cpp | 26 struct DOTGraphTraits<CallGraph*> : public DefaultDOTGraphTraits { struct 27 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| /freebsd-10-stable/contrib/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);
|
| /freebsd-10-stable/contrib/llvm/tools/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 | 4108 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct 4110 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ModuleManager.cpp | 428 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct 429 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngine.cpp | 2223 struct DOTGraphTraits<ExplodedNode*> : struct 2226 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|