Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDomPrinter.h25 struct DOTGraphTraits<DomTreeNode *> : public DefaultDOTGraphTraits {
27 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
37 return DOTGraphTraits<DOTFuncInfo *>::getSimpleNodeLabel(BB, nullptr);
39 return DOTGraphTraits<DOTFuncInfo *>::getCompleteNodeLabel(BB, nullptr);
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 *>
[all …]
H A DDDGPrinter.h38 struct DOTGraphTraits<const DataDependenceGraph *>
41 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {}
88 using DDGDotGraphTraits = DOTGraphTraits<const DataDependenceGraph *>;
H A DRegionPrinter.h31 struct DOTGraphTraits<RegionNode *> : public DefaultDOTGraphTraits {
32 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
H A DDOTGraphTraitsPass.h33 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 DCFGPrinter.h185 struct DOTGraphTraits<DOTFuncInfo *> : public DefaultDOTGraphTraits {
190 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DRegionPrinter.cpp35 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() argument
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 DCallPrinter.cpp142 struct DOTGraphTraits<CallGraphDOTInfo *> : public DefaultDOTGraphTraits { struct
144 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
249 DOTGraphTraits<CallGraphDOTInfo *>::getGraphName(&CFGInfo); in viewCallGraph()
H A DBlockFrequencyInfo.cpp128 struct DOTGraphTraits<BlockFrequencyInfo *> : public BFIDOTGTraitsBase { struct
129 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
H A DCFGPrinter.cpp297 void DOTGraphTraits<DOTFuncInfo *>::computeDeoptOrUnreachablePaths( in computeDeoptOrUnreachablePaths()
317 bool DOTGraphTraits<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node, in isNodeHidden()
H A DMemorySSA.cpp2272 struct DOTGraphTraits<DOTFuncMSSAInfo *> : public DefaultDOTGraphTraits { struct
2274 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits() function
2282 return DOTGraphTraits<DOTFuncInfo *>::getCompleteNodeLabel( in getNodeLabel()
2293 DOTGraphTraits<DOTFuncInfo *>::eraseComment(S, I, Idx); in getNodeLabel()
2299 return DOTGraphTraits<DOTFuncInfo *>::getEdgeSourceLabel(Node, I); in getEdgeSourceLabel()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp21 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 DMachineBlockFrequencyInfo.cpp119 struct DOTGraphTraits<MachineBlockFrequencyInfo *> struct
124 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() function
H A DMachineFunction.cpp637 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct
638 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument
H A DMachineScheduler.cpp3903 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct
3904 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp27 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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtViz.cpp31 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct
32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDOTGraphTraits.h166 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct
167 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
H A DGraphWriter.h69 using DOTTraits = DOTGraphTraits<GraphType>;
133 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineCFGPrinter.h54 struct DOTGraphTraits<DOTMachineFuncInfo *> : public DefaultDOTGraphTraits {
56 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCallGraph.cpp267 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct
268 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp498 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct
499 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp193 struct DOTGraphTraits<MachineGadgetGraph *> : DefaultDOTGraphTraits { struct
201 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} in DOTGraphTraits() function
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1798 struct DOTGraphTraits<DotCfgDiffDisplayGraph *> : public DefaultDOTGraphTraits { struct
1799 explicit DOTGraphTraits(bool Simple = false) in DOTGraphTraits() argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2374 template <> struct DOTGraphTraits<PGOUseFunc *> : DefaultDOTGraphTraits { struct
2375 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3723 template <> struct DOTGraphTraits<AADepGraph *> : public DefaultDOTGraphTraits { struct
3724 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function

12