| /external/llvm/lib/CodeGen/ |
| D | ScheduleDAGPrinter.cpp | 31 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct 33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 35 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() 39 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp() 43 static bool isNodeHidden(const SUnit *Node) { in isNodeHidden() 47 static bool hasNodeAddressLabel(const SUnit *Node, in hasNodeAddressLabel() 54 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() 66 static std::string getNodeAttributes(const SUnit *N, in getNodeAttributes() 71 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures()
|
| D | MachineBlockFrequencyInfo.cpp | 81 struct DOTGraphTraits<MachineBlockFrequencyInfo*> : struct 83 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() argument 86 static std::string getGraphName(const MachineBlockFrequencyInfo *G) { in getGraphName() 90 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel()
|
| D | MachineFunction.cpp | 378 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct 380 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function 382 static std::string getGraphName(const MachineFunction *F) { in getGraphName() 386 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel()
|
| D | MachineScheduler.cpp | 3215 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct 3217 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function 3219 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() 3223 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp() 3227 static bool isNodeHidden(const SUnit *Node) { in isNodeHidden() 3231 static bool hasNodeAddressLabel(const SUnit *Node, in hasNodeAddressLabel() 3238 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() 3248 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) { in getNodeLabel() 3259 static std::string getNodeDescription(const SUnit *SU, const ScheduleDAG *G) { in getNodeDescription() 3263 static std::string getNodeAttributes(const SUnit *N, const ScheduleDAG *G) { in getNodeAttributes()
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGPrinter.cpp | 34 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct 36 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() function 39 static bool hasEdgeDestLabels() { in hasEdgeDestLabels() 43 static unsigned numEdgeDestLabels(const void *Node) { in numEdgeDestLabels() 47 static std::string getEdgeDestLabel(const void *Node, unsigned i) { in getEdgeDestLabel() 52 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() 60 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) { in edgeTargetsEdgeSource() 68 static EdgeIter getEdgeTarget(const void *Node, EdgeIter I) { in getEdgeTarget() 75 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() 79 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp() [all …]
|
| /external/llvm/lib/Analysis/ |
| D | RegionPrinter.cpp | 36 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits { struct 38 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument 41 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { in getNodeLabel() 59 struct DOTGraphTraits<RegionInfo*> : public DOTGraphTraits<RegionNode*> { struct 61 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument 64 static std::string getGraphName(RegionInfo *DT) { in getGraphName() 68 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { in getNodeLabel() 73 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes() 101 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo*> &GW, in printRegionCluster() 133 static void addCustomGraphFeatures(const RegionInfo* RI, in addCustomGraphFeatures()
|
| D | DomPrinter.cpp | 29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits { struct 31 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() function 34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) { in getNodeLabel() 52 struct DOTGraphTraits<DominatorTree*> : public DOTGraphTraits<DomTreeNode*> { struct 54 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument 57 static std::string getGraphName(DominatorTree *DT) { in getGraphName() 61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) { in getNodeLabel() 67 struct DOTGraphTraits<PostDominatorTree*> struct 70 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument 73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName() [all …]
|
| D | BlockFrequencyInfo.cpp | 75 struct DOTGraphTraits<BlockFrequencyInfo*> : public DefaultDOTGraphTraits { struct 76 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() argument 79 static std::string getGraphName(const BlockFrequencyInfo *G) { in getGraphName() 83 std::string getNodeLabel(const BasicBlock *Node, in getNodeLabel()
|
| /external/clang/lib/AST/ |
| D | StmtViz.cpp | 32 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits { struct 33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 35 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { in getNodeLabel()
|
| /external/llvm/lib/Analysis/IPA/ |
| D | CallPrinter.cpp | 25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits { struct 26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function 28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } in getGraphName() 30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel()
|
| /external/clang/lib/Analysis/ |
| D | CallGraph.cpp | 215 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits { struct 217 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function 219 static std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel()
|
| D | CFG.cpp | 4464 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits { struct 4466 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 4468 static std::string getNodeLabel(const CFGBlock *Node, const CFG* Graph) { in getNodeLabel()
|
| /external/clang/lib/Serialization/ |
| D | ModuleManager.cpp | 446 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits { struct 447 explicit DOTGraphTraits(bool IsSimple = false) in DOTGraphTraits() function 450 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp() 454 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { in getNodeLabel()
|
| /external/llvm/include/llvm/Support/ |
| D | DOTGraphTraits.h | 160 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct 161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngine.cpp | 2289 struct DOTGraphTraits<ExplodedNode*> : struct 2292 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 2296 static std::string getNodeAttributes(const ExplodedNode *N, void*) { in getNodeAttributes() 2317 static void printLocation(raw_ostream &Out, SourceLocation SLoc) { in printLocation() 2327 static std::string getNodeLabel(const ExplodedNode *N, void*){ in getNodeLabel()
|