Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/graph/
DDirectedMultiNetworkConnections.java125 public void addInEdge(E edge, N node, boolean isSelfLoop) {
126 super.addInEdge(edge, node, isSelfLoop);
DNetworkConnections.java72 void addInEdge(E edge, N node, boolean isSelfLoop); in addInEdge() method
DAbstractUndirectedNetworkConnections.java86 public void addInEdge(E edge, N node, boolean isSelfLoop) { in addInEdge() method in AbstractUndirectedNetworkConnections
DUndirectedMultiNetworkConnections.java103 public void addInEdge(E edge, N node, boolean isSelfLoop) {
DAbstractDirectedNetworkConnections.java121 public void addInEdge(E edge, N node, boolean isSelfLoop) {
DStandardMutableNetwork.java114 connectionsV.addInEdge(edge, nodeU, isSelfLoop); in addEdge()
/external/guava/android/guava/src/com/google/common/graph/
DDirectedMultiNetworkConnections.java125 public void addInEdge(E edge, N node, boolean isSelfLoop) {
126 super.addInEdge(edge, node, isSelfLoop);
DNetworkConnections.java72 void addInEdge(E edge, N node, boolean isSelfLoop); in addInEdge() method
DAbstractUndirectedNetworkConnections.java86 public void addInEdge(E edge, N node, boolean isSelfLoop) { in addInEdge() method in AbstractUndirectedNetworkConnections
DUndirectedMultiNetworkConnections.java103 public void addInEdge(E edge, N node, boolean isSelfLoop) {
DAbstractDirectedNetworkConnections.java121 public void addInEdge(E edge, N node, boolean isSelfLoop) {
DStandardMutableNetwork.java114 connectionsV.addInEdge(edge, nodeU, isSelfLoop); in addEdge()
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.h119 void addInEdge(CfgNode *In) { InEdges.push_back(In); } in addInEdge() function
DIceCfgNode.cpp37 N->addInEdge(this); in appendInst()
1544 NewNode->addInEdge(this); in shortCircuit()
1547 Out->addInEdge(NewNode); in shortCircuit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp516 void addInEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addInEdge() function
745 DestInfo.addInEdge(E.get()); in getInstrumentBBs()
933 void addInEdge(PGOUseEdge *E) { in addInEdge() function
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp527 void addInEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addInEdge() function
774 DestInfo.addInEdge(E.get()); in getInstrumentBBs()
1009 void addInEdge(PGOUseEdge *E) { in addInEdge() function