Searched defs:DOTGraphTraits (Results 1 - 25 of 25) sorted by relevance

/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/Analysis/
H A DCallPrinter.cpp25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits { struct in namespace:llvm
26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
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 DBlockFrequencyInfo.cpp88 struct DOTGraphTraits<BlockFrequencyInfo *> : public BFIDOTGTraitsBase { struct in namespace:llvm
89 explicit DOTGraphTraits(bool isSimple = false) function in struct:llvm::DOTGraphTraits
H A DRegionPrinter.cpp39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits { struct in namespace:llvm
41 DOTGraphTraits (bool isSimple=false) function in struct:llvm::DOTGraphTraits
50 return DOTGraphTraits<const Function*>
53 return DOTGraphTraits<const Function*>
62 struct DOTGraphTraits<RegionInfo *> : public DOTGraphTraits<RegionNode *> { struct in namespace:llvm
64 DOTGraphTraits (bool isSimple = false) function in struct:llvm::DOTGraphTraits
65 : DOTGraphTraits<RegionNode*>(isSimple) {}
70 return DOTGraphTraits<RegionNode *>::getNodeLabel(
235 std::string GraphName = DOTGraphTraits<RegionInf
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
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/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScheduleDAGPrinter.cpp34 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct in namespace:llvm
36 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
77 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
H A DMachineFunction.cpp333 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct in namespace:llvm
335 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h26 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits { struct in namespace:llvm
28 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
156 /// DOTGraphTraits - Template class that can be specialized to customize how
161 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct in namespace:llvm
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} function in struct:llvm::DOTGraphTraits
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp29 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct in namespace:llvm
31 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
79 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
H A DMachineBlockFrequencyInfo.cpp85 struct DOTGraphTraits<MachineBlockFrequencyInfo *> struct in namespace:llvm
87 explicit DOTGraphTraits(bool isSimple = false) function in struct:llvm::DOTGraphTraits
H A DMachineFunction.cpp455 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct in namespace:llvm
457 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3476 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct in namespace:llvm
3478 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
/external/swiftshader/third_party/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
/external/swiftshader/third_party/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/swiftshader/third_party/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/clang/lib/Analysis/
H A DCallGraph.cpp212 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct in namespace:llvm
214 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
H A DCFG.cpp4654 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct in namespace:llvm
4656 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
144 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node,
146 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G);
286 O << DOTGraphTraits<SelectionDAG*>
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp36 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct in namespace:llvm
38 explicit DOTGraphTraits(bool isSimple=false) : function in struct:llvm::DOTGraphTraits
139 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node,
141 return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G);
281 O << DOTGraphTraits<SelectionDAG*>
/external/clang/lib/Serialization/
H A DModuleManager.cpp459 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct in namespace:llvm
460 explicit DOTGraphTraits(bool IsSimple = false) function in struct:llvm::DOTGraphTraits
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTrie.h19 #include "llvm/Support/DOTGraphTraits.h"
34 friend class DOTGraphTraits<Trie<Payload> >;
304 struct DOTGraphTraits<Trie<Payload> > : public DefaultDOTGraphTraits { struct in namespace:llvm
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2515 struct DOTGraphTraits<ExplodedNode*> : struct in namespace:llvm
2518 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits

Completed in 650 milliseconds