| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DomPrinter.h | 25 struct DOTGraphTraits<DomTreeNode *> : public DefaultDOTGraphTraits { 27 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} 44 struct DOTGraphTraits<DominatorTree *> 45 : public DOTGraphTraits<DomTreeNode *> { 47 DOTGraphTraits(bool isSimple = false) 48 : DOTGraphTraits<DomTreeNode *>(isSimple) {} 55 return DOTGraphTraits<DomTreeNode *>::getNodeLabel(Node, 61 struct DOTGraphTraits<PostDominatorTree *> 62 : public DOTGraphTraits<DomTreeNode*> { 64 DOTGraphTraits (bool isSimple=false) [all …]
|
| H A D | DDGPrinter.h | 38 struct DOTGraphTraits<const DataDependenceGraph *> 41 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} 88 using DDGDotGraphTraits = DOTGraphTraits<const DataDependenceGraph *>;
|
| H A D | RegionPrinter.h | 31 struct DOTGraphTraits<RegionNode *> : public DefaultDOTGraphTraits { 32 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
|
| H A D | DOTGraphTraitsPass.h | 33 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph); in viewGraphForFunction() 95 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in printGraphForFunction() 249 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() 281 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() 310 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in WriteDOTGraphToFile()
|
| H A D | CFGPrinter.h | 123 struct DOTGraphTraits<DOTFuncInfo *> : public DefaultDOTGraphTraits { 128 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | RegionPrinter.cpp | 35 std::string DOTGraphTraits<RegionNode *>::getNodeLabel(RegionNode *Node, in getNodeLabel() 41 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(BB, nullptr); in getNodeLabel() 43 return DOTGraphTraits<DOTFuncInfo *>::getCompleteNodeLabel(BB, nullptr); in getNodeLabel() 50 struct DOTGraphTraits<RegionInfo *> : public DOTGraphTraits<RegionNode *> { struct 52 DOTGraphTraits (bool isSimple = false) in DOTGraphTraits() function 53 : DOTGraphTraits<RegionNode*>(isSimple) {} in DOTGraphTraits() 58 return DOTGraphTraits<RegionNode *>::getNodeLabel( in getNodeLabel() 224 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo()
|
| H A D | CallPrinter.cpp | 142 struct DOTGraphTraits<CallGraphDOTInfo *> : public DefaultDOTGraphTraits { struct 144 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 249 DOTGraphTraits<CallGraphDOTInfo *>::getGraphName(&CFGInfo); in viewCallGraph()
|
| H A D | BlockFrequencyInfo.cpp | 128 struct DOTGraphTraits<BlockFrequencyInfo *> : public BFIDOTGTraitsBase { struct 129 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
|
| H A D | CFGPrinter.cpp | 297 void DOTGraphTraits<DOTFuncInfo *>::computeDeoptOrUnreachablePaths( in computeDeoptOrUnreachablePaths() 317 bool DOTGraphTraits<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node, in isNodeHidden()
|
| H A D | MemorySSA.cpp | 2321 struct DOTGraphTraits<DOTFuncMSSAInfo *> : public DefaultDOTGraphTraits { struct 2323 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits() function 2331 return DOTGraphTraits<DOTFuncInfo *>::getCompleteNodeLabel( in getNodeLabel() 2342 DOTGraphTraits<DOTFuncInfo *>::eraseComment(S, I, Idx); in getNodeLabel() 2348 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopGraphPrinter.h | 43 struct DOTGraphTraits<polly::ScopDetection *> : DOTGraphTraits<RegionNode *> { 44 DOTGraphTraits(bool isSimple = false) 45 : DOTGraphTraits<RegionNode *>(isSimple) {} 55 return DOTGraphTraits<RegionNode *>::getNodeLabel(
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGPrinter.cpp | 21 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct 23 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 71 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel()
|
| H A D | MachineBlockFrequencyInfo.cpp | 119 struct DOTGraphTraits<MachineBlockFrequencyInfo *> struct 124 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
|
| H A D | MachineFunction.cpp | 620 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct 621 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 27 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct 29 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() 293 O << DOTGraphTraits<SelectionDAG*> in getGraphNodeLabel()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopGraphPrinter.cpp | 34 std::string DOTGraphTraits<ScopDetection *>::getEdgeAttributes( in getEdgeAttributes() 62 DOTGraphTraits<ScopDetection *>::escapeString(llvm::StringRef String) { in escapeString() 74 void DOTGraphTraits<ScopDetection *>::printRegionCluster(ScopDetection *SD, in printRegionCluster() 128 void DOTGraphTraits<ScopDetection *>::addCustomGraphFeatures( in addCustomGraphFeatures()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtViz.cpp | 31 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct 32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | DOTGraphTraits.h | 166 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct 167 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
|
| H A D | GraphWriter.h | 69 using DOTTraits = DOTGraphTraits<GraphType>; 133 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 267 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct 268 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 507 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct 508 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits() function
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 193 struct DOTGraphTraits<MachineGadgetGraph *> : DefaultDOTGraphTraits { struct 201 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 2041 template <> struct DOTGraphTraits<PGOUseFunc *> : DefaultDOTGraphTraits { struct 2042 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1775 struct DOTGraphTraits<DotCfgDiffDisplayGraph *> : public DefaultDOTGraphTraits { struct 1776 explicit DOTGraphTraits(bool Simple = false) in DOTGraphTraits() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 4816 struct DOTGraphTraits<AttributorCallGraph *> : public DefaultDOTGraphTraits { 4817 DOTGraphTraits(bool Simple = false) : DefaultDOTGraphTraits(Simple) {}
|