/external/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 98 template<typename EdgeIter, typename GraphType> 99 static std::string getEdgeAttributes(const void *, EdgeIter, in getEdgeAttributes() 106 template<typename EdgeIter> 107 static std::string getEdgeSourceLabel(const void *, EdgeIter) { in getEdgeSourceLabel() 114 template<typename EdgeIter> 115 static bool edgeTargetsEdgeSource(const void *, EdgeIter) { in edgeTargetsEdgeSource() 122 template<typename EdgeIter> 123 static EdgeIter getEdgeTarget(const void *, EdgeIter I) { in getEdgeTarget()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 97 template<typename EdgeIter, typename GraphType> 98 static std::string getEdgeAttributes(const void *, EdgeIter, in getEdgeAttributes() 105 template<typename EdgeIter> 106 static std::string getEdgeSourceLabel(const void *, EdgeIter) { in getEdgeSourceLabel() 113 template<typename EdgeIter> 114 static bool edgeTargetsEdgeSource(const void *, EdgeIter) { in edgeTargetsEdgeSource() 121 template<typename EdgeIter> 122 static EdgeIter getEdgeTarget(const void *, EdgeIter I) { in getEdgeTarget()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 97 template<typename EdgeIter, typename GraphType> 98 static std::string getEdgeAttributes(const void *, EdgeIter, in getEdgeAttributes() 105 template<typename EdgeIter> 106 static std::string getEdgeSourceLabel(const void *, EdgeIter) { in getEdgeSourceLabel() 113 template<typename EdgeIter> 114 static bool edgeTargetsEdgeSource(const void *, EdgeIter) { in edgeTargetsEdgeSource() 121 template<typename EdgeIter> 122 static EdgeIter getEdgeTarget(const void *, EdgeIter I) { in getEdgeTarget()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 51 template<typename EdgeIter> 52 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() 59 template<typename EdgeIter> 60 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) { in edgeTargetsEdgeSource() 67 template<typename EdgeIter> 68 static EdgeIter getEdgeTarget(const void *Node, EdgeIter I) { in getEdgeTarget() 97 template<typename EdgeIter> 98 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 48 template<typename EdgeIter> 49 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() 56 template<typename EdgeIter> 57 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) { in edgeTargetsEdgeSource() 64 template<typename EdgeIter> 65 static EdgeIter getEdgeTarget(const void *Node, EdgeIter I) { in getEdgeTarget() 94 template<typename EdgeIter> 95 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 48 template<typename EdgeIter> 49 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() 56 template<typename EdgeIter> 57 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) { in edgeTargetsEdgeSource() 64 template<typename EdgeIter> 65 static EdgeIter getEdgeTarget(const void *Node, EdgeIter I) { in getEdgeTarget() 94 template<typename EdgeIter> 95 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_test.cc | 375 static string EdgeIter(const Graph& g) { in EdgeIter() function 389 EXPECT_EQ("0->1;", EdgeIter(graph_)); in TEST_F() 393 EXPECT_EQ("0->1;", EdgeIter(graph_)); // Since a,b are currently disconnected in TEST_F() 396 EXPECT_EQ("0->1;2->3;", EdgeIter(graph_)); in TEST_F() 400 EXPECT_EQ("0->1;0->2;2->3;3->1;", EdgeIter(graph_)); in TEST_F() 403 EXPECT_EQ("0->1;0->2;2->2;2->3;3->1;", EdgeIter(graph_)); in TEST_F() 557 EXPECT_EQ("0->1;0->2;2->1;2->4;4->1;4->3;4->5;", EdgeIter(graph_)); in TEST_F() 563 EXPECT_EQ("0->1;0->2;2->1;2->3;2->4;4->1;4->5;", EdgeIter(graph_)); in TEST_F() 567 EXPECT_EQ("0->1;0->2;2->1;2->3;2->4;2->5;4->1;", EdgeIter(graph_)); in TEST_F()
|
/external/llvm/lib/CodeGen/ |
D | MachineBlockFrequencyInfo.cpp | 102 std::string getEdgeAttributes(const MachineBasicBlock *Node, EdgeIter EI, in getEdgeAttributes()
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 105 std::string getEdgeAttributes(const BasicBlock *Node, EdgeIter EI, in getEdgeAttributes()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineBlockFrequencyInfo.cpp | 153 std::string getEdgeAttributes(const MachineBasicBlock *Node, EdgeIter EI, in getEdgeAttributes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBlockFrequencyInfo.cpp | 153 std::string getEdgeAttributes(const MachineBasicBlock *Node, EdgeIter EI, in getEdgeAttributes()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 143 std::string getEdgeAttributes(const BasicBlock *Node, EdgeIter EI, in getEdgeAttributes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 143 std::string getEdgeAttributes(const BasicBlock *Node, EdgeIter EI, in getEdgeAttributes()
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 1249 typedef typename GTraits::ChildIteratorType EdgeIter; 1316 std::string getEdgeAttributes(const NodeType *Node, EdgeIter EI,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 1370 using EdgeIter = typename GTraits::ChildIteratorType; 1443 std::string getEdgeAttributes(NodeRef Node, EdgeIter EI,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 1486 using EdgeIter = typename GTraits::ChildIteratorType; 1559 std::string getEdgeAttributes(NodeRef Node, EdgeIter EI,
|