/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DomPrinter.cpp | 34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) { in getNodeLabel() function 61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) { in getNodeLabel() function 62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel() 77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel() function 78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
|
D | RegionPrinter.cpp | 41 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { in getNodeLabel() function 68 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { in getNodeLabel() function 69 return DOTGraphTraits<RegionNode*>::getNodeLabel(Node, in getNodeLabel()
|
/external/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) { in getNodeLabel() function 61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) { in getNodeLabel() function 62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel() 77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel() function 78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
|
D | RegionPrinter.cpp | 44 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { in getNodeLabel() function 69 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { in getNodeLabel() function 70 return DOTGraphTraits<RegionNode *>::getNodeLabel( in getNodeLabel()
|
D | BlockFrequencyInfo.cpp | 92 std::string getNodeLabel(const BasicBlock *Node, in getNodeLabel() function 95 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, in getNodeLabel()
|
D | CallPrinter.cpp | 30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 64 std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph); 77 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel() function in DOTGraphTraits
|
D | MachineFunction.cpp | 341 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 66 std::string getNodeLabel(const SUnit *Node, const ScheduleDAG *Graph); 79 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel() function in DOTGraphTraits
|
D | MachineBlockFrequencyInfo.cpp | 90 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function 92 return MBFIDOTGraphTraitsBase::getNodeLabel( in getNodeLabel()
|
D | MachineFunction.cpp | 463 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
|
/external/clang/lib/AST/ |
D | StmtViz.cpp | 35 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { in getNodeLabel() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 119 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph); 144 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() function in DOTGraphTraits
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 114 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph); 139 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() function in DOTGraphTraits
|
/external/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 71 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel() function
|
D | GraphWriter.h | 175 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode() 200 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DOTGraphTraits.h | 71 std::string getNodeLabel(const void *Node, const GraphType& Graph) { in getNodeLabel() function
|
D | GraphWriter.h | 171 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode() 191 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
D | GraphPrinters.cpp | 61 static std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | CFGPrinter.h | 75 std::string getNodeLabel(const BasicBlock *Node,
|
/external/llvm/include/llvm/Analysis/ |
D | CFGPrinter.h | 91 std::string getNodeLabel(const BasicBlock *Node,
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
D | GraphvizGrapher.java | 118 attrs.put("label", getNodeLabel(node)); in getNodeAttributes() 132 protected String getNodeLabel(GraphvizNode node) { in getNodeLabel() method in GraphvizGrapher
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 216 static std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | Trie.h | 312 static std::string getNodeLabel(NodeType* Node, const Trie<Payload>& T) {
|
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 467 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { in getNodeLabel() function
|