Searched defs:DOTGraphTraits (Results 1 - 16 of 16) 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/IPA/
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
/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
155 /// DOTGraphTraits - Template class that can be specialized to customize how
160 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct in namespace:llvm
161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} function in struct:llvm::DOTGraphTraits
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp31 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct in namespace:llvm
33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
78 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
H A DMachineBlockFrequencyInfo.cpp81 struct DOTGraphTraits<MachineBlockFrequencyInfo*> : struct in namespace:llvm
83 explicit DOTGraphTraits(bool isSimple=false) : function in struct:llvm::DOTGraphTraits
H A DMachineFunction.cpp378 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct in namespace:llvm
380 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
H A DMachineScheduler.cpp3215 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct in namespace:llvm
3217 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
/external/clang/lib/Analysis/
H A DCallGraph.cpp215 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct in namespace:llvm
217 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
H A DCFG.cpp4464 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct in namespace:llvm
4466 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits
/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,
H A DBlockFrequencyInfo.cpp75 struct DOTGraphTraits<BlockFrequencyInfo*> : public DefaultDOTGraphTraits { struct in namespace:llvm
76 explicit DOTGraphTraits(bool isSimple=false) : 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/Serialization/
H A DModuleManager.cpp446 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct in namespace:llvm
447 explicit DOTGraphTraits(bool IsSimple = false) function in struct:llvm::DOTGraphTraits
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2289 struct DOTGraphTraits<ExplodedNode*> : struct in namespace:llvm
2292 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} function in struct:llvm::DOTGraphTraits

Completed in 594 milliseconds