Searched refs:DOTGraphTraits (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Analysis/
H A DDomPrinter.cpp29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits { struct in namespace:llvm
31 DOTGraphTraits (bool isSimple=false) function in struct:llvm::DOTGraphTraits
43 return DOTGraphTraits<const Function*>
46 return DOTGraphTraits<const Function*>
52 struct DOTGraphTraits<DominatorTree*> : public DOTGraphTraits<DomTreeNode*> { struct in namespace:llvm
54 DOTGraphTraits (bool isSimple=false) function in struct:llvm::DOTGraphTraits
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
67 struct DOTGraphTraits<PostDominatorTre struct in namespace:llvm
70 DOTGraphTraits (bool isSimple=false) function in struct:llvm::DOTGraphTraits
[all...]
H A DRegionPrinter.cpp36 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits { struct in namespace:llvm
38 DOTGraphTraits (bool isSimple=false) function in struct:llvm::DOTGraphTraits
47 return DOTGraphTraits<const Function*>
50 return DOTGraphTraits<const Function*>
59 struct DOTGraphTraits<RegionInfo*> : public DOTGraphTraits<RegionNode*> { struct in namespace:llvm
61 DOTGraphTraits (bool isSimple=false) function in struct:llvm::DOTGraphTraits
62 : DOTGraphTraits<RegionNode*>(isSimple) {}
69 return DOTGraphTraits<RegionNode*>::getNodeLabel(Node,
/external/clang/lib/AST/
H A DStmtViz.cpp32 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct in namespace:llvm
33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp33 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct in namespace:llvm
35 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
76 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
H A DMachineFunction.cpp338 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct in namespace:llvm
340 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h25 /// all of the DOTGraphTraits methods. If a specialization does not need to
150 /// DOTGraphTraits - Template class that can be specialized to customize how
155 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct in namespace:llvm
156 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} function in struct:llvm::DOTGraphTraits
H A DGraphWriter.h18 // of the DOTGraphTraits template if they want to customize the graphs output in
26 #include "llvm/Support/DOTGraphTraits.h"
56 typedef DOTGraphTraits<GraphType> DOTTraits;
103 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/external/llvm/tools/opt/
H A DGraphPrinters.cpp53 struct DOTGraphTraits<CallGraph*> : public DefaultDOTGraphTraits { struct in namespace:llvm
55 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h33 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph);
66 GraphName = DOTGraphTraits<Analysis*>::getGraphName(Graph);
H A DCFGPrinter.h27 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits { struct in namespace:llvm
29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp34 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct in namespace:llvm
36 explicit DOTGraphTraits(bool isSimple=false) : function in struct:llvm::DOTGraphTraits
137 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node,
139 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G);
279 O << DOTGraphTraits<SelectionDAG*>
/external/clang/lib/Analysis/
H A DCallGraph.cpp171 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct in namespace:llvm
173 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
H A DCFG.cpp3950 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct in namespace:llvm
3952 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
/external/clang/lib/Serialization/
H A DModuleManager.cpp237 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct in namespace:llvm
238 explicit DOTGraphTraits(bool IsSimple = false) function in struct:llvm::DOTGraphTraits
/external/llvm/include/llvm/ADT/
H A DTrie.h19 #include "llvm/Support/DOTGraphTraits.h"
34 friend class DOTGraphTraits<Trie<Payload> >;
302 struct DOTGraphTraits<Trie<Payload> > : public DefaultDOTGraphTraits { struct in namespace:llvm
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1827 struct DOTGraphTraits<ExplodedNode*> : struct in namespace:llvm
1830 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits

Completed in 218 milliseconds