| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A 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() 67 struct DOTGraphTraits<PostDominatorTree*> struct 68 : public DOTGraphTraits<DomTreeNode*> { 70 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument [all …]
|
| H A D | RegionPrinter.cpp | 39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits { struct 41 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() function 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()
|
| H A D | CallPrinter.cpp | 25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits { struct 26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| H A D | BlockFrequencyInfo.cpp | 127 struct DOTGraphTraits<BlockFrequencyInfo *> : public BFIDOTGTraitsBase { struct 128 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A 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()
|
| H A D | MachineBlockFrequencyInfo.cpp | 117 struct DOTGraphTraits<MachineBlockFrequencyInfo *> struct 122 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() function
|
| H A D | MachineFunction.cpp | 505 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct 506 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| H A D | MachineScheduler.cpp | 3652 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct 3653 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 32 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct 34 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() argument 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()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A 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()
|
| H A D | CFGPrinter.h | 55 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits { 57 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtViz.cpp | 32 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct 33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | DOTGraphTraits.h | 161 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct 162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
|
| H A D | GraphWriter.h | 71 using DOTTraits = DOTGraphTraits<GraphType>; 123 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 226 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct 227 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
| H A D | CFG.cpp | 5552 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct 5553 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 494 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct 495 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits() argument
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1675 template <> struct DOTGraphTraits<PGOUseFunc *> : DefaultDOTGraphTraits { struct 1676 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 2950 struct DOTGraphTraits<ExplodedGraph*> : public DefaultDOTGraphTraits { struct 2951 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 962 friend struct DOTGraphTraits<BoUpSLP *>; 1288 template <> struct DOTGraphTraits<BoUpSLP *> : public DefaultDOTGraphTraits { struct 1291 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 899 return DOTGraphTraits<const Function *>::getSimpleNodeLabel(B, nullptr); in getBlockName()
|