/external/clang/lib/AST/ |
H A D | StmtViz.cpp | 35 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { function in struct:llvm::DOTGraphTraits
|
/external/llvm/lib/Analysis/ |
H A D | CallPrinter.cpp | 30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { function in struct:llvm::DOTGraphTraits
|
H A D | DomPrinter.cpp | 34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) { function in struct:llvm::DOTGraphTraits 61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) { function in struct:llvm::DOTGraphTraits 62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); 77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { function in struct:llvm::DOTGraphTraits 78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
|
H A D | BlockFrequencyInfo.cpp | 83 std::string getNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
|
H A D | RegionPrinter.cpp | 44 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { function in struct:llvm::DOTGraphTraits 69 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { function in struct:llvm::DOTGraphTraits 70 return DOTGraphTraits<RegionNode *>::getNodeLabel(
|
/external/llvm/include/llvm/Analysis/ |
H A D | CFGPrinter.h | 91 std::string getNodeLabel(const BasicBlock *Node, function in struct:llvm::DOTGraphTraits
|
/external/llvm/include/llvm/Support/ |
H A D | DOTGraphTraits.h | 68 /// getNodeLabel - Given a node and a pointer to the top level graph, return 71 std::string getNodeLabel(const void *, const GraphType &) { function in struct:llvm::DefaultDOTGraphTraits
|
/external/llvm/lib/CodeGen/ |
H A D | ScheduleDAGPrinter.cpp | 67 std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph); 80 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, function in class:DOTGraphTraits
|
H A D | MachineBlockFrequencyInfo.cpp | 90 std::string getNodeLabel(const MachineBasicBlock *Node, function in struct:llvm::DOTGraphTraits
|
H A D | MachineFunction.cpp | 417 std::string getNodeLabel(const MachineBasicBlock *Node, function in struct:llvm::DOTGraphTraits
|
H A D | MachineScheduler.cpp | 3367 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) { function in struct:llvm::DOTGraphTraits
|
/external/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 216 static std::string getNodeLabel(const CallGraphNode *Node, function in struct:llvm::DOTGraphTraits
|
H A D | CFG.cpp | 4626 static std::string getNodeLabel(const CFGBlock *Node, const CFG* Graph) { function in struct:llvm::DOTGraphTraits
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
H A D | GraphvizGrapher.java | 118 attrs.put("label", getNodeLabel(node)); 132 protected String getNodeLabel(GraphvizNode node) { method in class:GraphvizGrapher
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 119 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph); 144 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, function in class:DOTGraphTraits
|
/external/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 467 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { function in struct:llvm::DOTGraphTraits
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 2491 static std::string getNodeLabel(const ExplodedNode *N, void*){ function in struct:llvm::DOTGraphTraits
|