Home
last modified time | relevance | path

Searched refs:DOTGraphTraits (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DDomPrinter.cpp29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits { struct
31 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() function
43 return DOTGraphTraits<DOTFuncInfo *> in getNodeLabel()
46 return DOTGraphTraits<DOTFuncInfo *> 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 …]
DRegionPrinter.cpp39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits { struct
41 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() function
50 return DOTGraphTraits<DOTFuncInfo *> in getNodeLabel()
53 return DOTGraphTraits<DOTFuncInfo *> 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()
DCallPrinter.cpp137 struct DOTGraphTraits<CallGraphDOTInfo *> : public DefaultDOTGraphTraits { struct
139 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
241 DOTGraphTraits<CallGraphDOTInfo *>::getGraphName(&CFGInfo); in runOnModule()
DBlockFrequencyInfo.cpp129 struct DOTGraphTraits<BlockFrequencyInfo *> : public BFIDOTGTraitsBase { struct
130 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
DCFGPrinter.cpp297 void DOTGraphTraits<DOTFuncInfo *>::computeDeoptOrUnreachablePaths( in computeDeoptOrUnreachablePaths()
317 bool DOTGraphTraits<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node, in isNodeHidden()
DMemorySSA.cpp2267 struct DOTGraphTraits<DOTFuncMSSAInfo *> : public DefaultDOTGraphTraits { struct
2269 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits() argument
2277 return DOTGraphTraits<DOTFuncInfo *>::getCompleteNodeLabel( in getNodeLabel()
2288 DOTGraphTraits<DOTFuncInfo *>::eraseComment(S, I, Idx); in getNodeLabel()
2294 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DDDGPrinter.h37 struct DOTGraphTraits<const DataDependenceGraph *>
40 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {}
87 using DDGDotGraphTraits = DOTGraphTraits<const DataDependenceGraph *>;
DDOTGraphTraitsPass.h53 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
101 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction()
132 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
164 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule()
DCFGPrinter.h123 struct DOTGraphTraits<DOTFuncInfo *> : public DefaultDOTGraphTraits {
128 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp26 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct
28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
76 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel()
DMachineBlockFrequencyInfo.cpp119 struct DOTGraphTraits<MachineBlockFrequencyInfo *> struct
124 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
DMachineFunction.cpp596 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct
597 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
DMachineScheduler.cpp3874 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct
3875 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp31 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct
33 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() function
141 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
143 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G); in getNodeLabel()
297 O << DOTGraphTraits<SelectionDAG*> in getGraphNodeLabel()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtViz.cpp31 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct
32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DDOTGraphTraits.h161 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
DGraphWriter.h70 using DOTTraits = DOTGraphTraits<GraphType>;
122 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCallGraph.cpp267 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct
268 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
DCFG.cpp6047 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct
6048 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DModuleManager.cpp514 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct
515 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp193 struct DOTGraphTraits<MachineGadgetGraph *> : DefaultDOTGraphTraits { struct
201 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp2106 template <> struct DOTGraphTraits<PGOUseFunc *> : DefaultDOTGraphTraits { struct
2107 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp2973 template <> struct DOTGraphTraits<AADepGraph *> : public DefaultDOTGraphTraits { struct
2974 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h4401 struct DOTGraphTraits<AttributorCallGraph *> : public DefaultDOTGraphTraits {
4402 DOTGraphTraits(bool Simple = false) : DefaultDOTGraphTraits(Simple) {}
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp3121 struct DOTGraphTraits<ExplodedGraph*> : public DefaultDOTGraphTraits { struct
3122 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function

12