Home
last modified time | relevance | path

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

/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/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()
DBlockFrequencyInfo.cpp75 struct DOTGraphTraits<BlockFrequencyInfo*> : public DefaultDOTGraphTraits {
77 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DRegionPrinter.cpp39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits {
42 : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp30 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {
32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DMachineBlockFrequencyInfo.cpp82 public DefaultDOTGraphTraits {
84 DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DMachineFunction.cpp409 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits {
411 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
DMachineScheduler.cpp3336 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits {
3338 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()
/external/llvm/include/llvm/Analysis/
DCFGPrinter.h26 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
28 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()
DCFG.cpp4622 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits {
4624 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/clang/lib/Serialization/
DModuleManager.cpp459 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits {
461 : DefaultDOTGraphTraits(IsSimple) { } in DOTGraphTraits()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2454 public DefaultDOTGraphTraits {
2456 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits()