Home
last modified time | relevance | path

Searched refs:DefaultDOTGraphTraits (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDOTGraphTraits.h29 struct DefaultDOTGraphTraits { struct
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() argument
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() function
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h29 struct DefaultDOTGraphTraits { struct
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() argument
161 struct DOTGraphTraits : public DefaultDOTGraphTraits {
162 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDOTGraphTraits.h29 struct DefaultDOTGraphTraits { struct
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() argument
155 struct DOTGraphTraits : public DefaultDOTGraphTraits {
156 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() function
/external/clang/lib/AST/
DStmtViz.cpp32 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits {
33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/llvm/lib/Analysis/
DCallPrinter.cpp25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits {
26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DDomPrinter.cpp29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits {
32 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DRegionPrinter.cpp39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits {
42 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCallPrinter.cpp25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits {
26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DDomPrinter.cpp29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits {
32 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DRegionPrinter.cpp39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits {
42 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGPrinter.cpp34 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {
36 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DMachineFunction.cpp333 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits {
335 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp27 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {
29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp29 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {
31 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/LLVM/tools/opt/
DGraphPrinters.cpp53 struct DOTGraphTraits<CallGraph*> : public DefaultDOTGraphTraits {
55 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCFGPrinter.h27 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
/external/llvm/include/llvm/Analysis/
DCFGPrinter.h26 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDomPrinter.cpp29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits {
32 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DRegionPrinter.cpp36 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits {
39 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCFGPrinter.h55 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
57 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
/external/clang/lib/Analysis/
DCallGraph.cpp212 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits {
214 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp34 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits {
37 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp32 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits {
35 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp36 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits {
39 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/clang/lib/Serialization/
DModuleManager.cpp459 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits {
461 : DefaultDOTGraphTraits(IsSimple) { } in DOTGraphTraits()

12