Searched refs:addEdge (Results 1 - 25 of 46) sorted by relevance

12

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTopologicalSort.java40 g.addEdge("C", "F");
41 g.addEdge("C", "G");
42 g.addEdge("C", "A");
43 g.addEdge("C", "B");
44 g.addEdge("A", "D");
45 g.addEdge("A", "E");
46 g.addEdge("B", "E");
47 g.addEdge("D", "E");
48 g.addEdge("D", "F");
49 g.addEdge("
[all...]
/external/testng/src/test/java/test/
H A DDynamicGraphTest.java25 dg.addEdge("b1", "a1");
26 dg.addEdge("b1", "a2");
27 dg.addEdge("b2", "a1");
28 dg.addEdge("b2", "a2");
29 dg.addEdge("c1", "b1");
30 dg.addEdge("c1", "b2");
57 dg.addEdge("b1", "a1");
58 dg.addEdge("b1", "a2");
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc46 bool addEdge(uptr from, uptr to) { function in class:SimpleGraph
87 EXPECT_EQ(g.addEdge(from, to), s_g.addEdge(from, to));
132 EXPECT_EQ(g.addEdge(from, to), s_g.addEdge(from, to));
186 g.addEdge(f0, f1);
187 g.addEdge(f1, f2);
188 g.addEdge(f2, f3);
194 g.addEdge(f1, t0);
207 g.addEdge(f
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DGraph.java44 public void addEdge(Node n) { method in class:Graph.Node
55 public void addEdge(Object a, Object b) { method in class:Graph
59 a_node.addEdge(b_node);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DPathNumbering.cpp250 addEdge(getExit(),getRoot(),0);
283 BallLarusEdge* exitEdge = addEdge(node, getExit(), 0);
301 addEdge(getRoot(), (*succ)->getTarget(), duplicateNumber++);
381 BallLarusEdge* callEdge = addEdge(currentNode, getExit(), 0);
391 addEdge(currentNode, getExit(),0);
424 addEdge(currentNode, succNode, duplicateCount);
438 addEdge(currentNode, childNode, duplicateCount);
497 BallLarusEdge* BallLarusDag::addEdge(BallLarusNode* source, function in class:BallLarusDag
510 BallLarusEdge* childEdge = addEdge(source, target, duplicateCount);
513 childEdge->setPhonyRoot(addEdge(getRoo
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h90 addEdge(nullptr, BB, EntryWeight);
94 addEdge(BB, nullptr, EntryWeight);
118 addEdge(&*BB, TargetBB, Weight).IsCritical = Critical;
123 addEdge(&*BB, nullptr, BBWeight);
184 Edge &addEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W) { function in class:llvm::CFGMST
H A DGCOVProfiling.cpp261 void addEdge(GCOVBlock &Successor) { function in class:__anon14668::GCOVBlock
539 Block.addEdge(Func.getBlock(TI->getSuccessor(i)));
542 Block.addEdge(Func.getReturnBlock());
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTrie.h70 inline void addEdge(Node* N) { function in class:llvm::Trie::Node
178 nNode->addEdge(eNode);
232 nNode->addEdge(tNode);
236 cNode->addEdge(tNode);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
H A DGraph.h68 AdjEdgeItr addEdge(EdgeItr e) { function in class:PBQP::Graph::NodeEntry
134 ne.setNode1AEItr(n1.addEdge(edgeItr));
135 ne.setNode2AEItr(n2.addEdge(edgeItr));
176 EdgeItr addEdge(Graph::NodeItr n1Itr, Graph::NodeItr n2Itr, function in class:PBQP::Graph
/external/llvm/lib/Analysis/
H A DCFLGraph.h110 void addEdge(Node From, Node To, int64_t Offset = 0) { function in class:llvm::cflaa::CFLGraph::ValueInfo
201 Graph.addEdge(InstantiatedValue{From, 0}, InstantiatedValue{To, 0},
213 Graph.addEdge(InstantiatedValue{From, 1}, InstantiatedValue{To, 0});
347 Graph.addEdge(IRelation->From, IRelation->To);
H A DLazyCallGraph.cpp23 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges, function
51 addEdge(Edges, EdgeIndexMap, *F, LazyCallGraph::Edge::Ref);
81 addEdge(Edges, EdgeIndexMap, *Callee, LazyCallGraph::Edge::Call);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h44 bool addEdge(uptr from, uptr to) { function in class:__sanitizer::BVGraph
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DPathNumbering.h273 BallLarusEdge* addEdge(BallLarusNode* source, BallLarusNode* target,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGCOV.h189 void addEdge(uint32_t N) { Edges.push_back(N); } function in class:llvm::GCOVBlock
/external/skia/src/utils/
H A DSkShadowTessellator.cpp354 void addEdge(const SkVector& nextPoint, const SkVector& nextNormal);
619 this->addEdge(fInitPoints[1], normal);
633 this->addEdge(p, normal);
637 void SkAmbientShadowTessellator::addEdge(const SkPoint& nextPoint, const SkVector& nextNormal) { function in class:SkAmbientShadowTessellator
639 // then on the next addEdge() we add half of the next normal to get an average of the two
661 // This is lacking 1/4 of the next inset -- we'll add it the next time we call addEdge()
769 void addEdge(const SkVector& nextPoint, const SkVector& nextNormal);
1306 this->addEdge(fInitPoints[1], fFirstOutset);
1322 this->addEdge(p, normal);
1354 void SkSpotShadowTessellator::addEdge(cons function in class:SkSpotShadowTessellator
[all...]
/external/skqp/src/utils/
H A DSkShadowTessellator.cpp348 void addEdge(const SkVector& nextPoint, const SkVector& nextNormal);
606 this->addEdge(fInitPoints[1], normal);
620 this->addEdge(p, normal);
624 void SkAmbientShadowTessellator::addEdge(const SkPoint& nextPoint, const SkVector& nextNormal) { function in class:SkAmbientShadowTessellator
626 // then on the next addEdge() we add half of the next normal to get an average of the two
648 // This is lacking 1/4 of the next inset -- we'll add it the next time we call addEdge()
756 void addEdge(const SkVector& nextPoint, const SkVector& nextNormal);
1286 this->addEdge(fInitPoints[1], fFirstOutset);
1302 this->addEdge(p, normal);
1334 void SkSpotShadowTessellator::addEdge(cons function in class:SkSpotShadowTessellator
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h409 * A vector of vectors of edges, built by calling the addEdge method()
475 void (*addEdge) (struct ANTLR3_TOPO_struct * topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency); member in struct:ANTLR3_TOPO_struct
/external/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h131 YZEId = G.addEdge(YNId, ZNId, Delta);
/external/testng/src/main/java/org/testng/internal/
H A DDynamicGraph.java52 public void addEdge(T from, T to) { method in class:DynamicGraph
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DGCOV.cpp129 Blocks[BlockNo]->addEdge(Buff.readInt());
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h606 void addEdge(IrrNode &Irr, const BlockNode &Succ,
635 addEdge(Irr, I.first, OuterLoop);
1163 G.addEdge(Irr, BFI.getNode(*I), OuterLoop);
/external/skia/src/gpu/
H A DGrTessellator.cpp542 this->addEdge(edge);
549 void addEdge(Edge* edge) { function in struct:__anon20750::Poly::MonotonePoly
609 Poly* addEdge(Edge* e, Side side, SkArenaAlloc& alloc) { function in struct:__anon20750::Poly
610 LOG("addEdge (%g -> %g) to poly %d, %s side\n",
632 fTail->addEdge(e);
636 fTail->addEdge(e);
639 partner->addEdge(e, side, alloc);
1558 leftPoly = leftPoly->addEdge(v->fFirstEdgeAbove, Poly::kRight_Side, alloc);
1561 rightPoly = rightPoly->addEdge(v->fLastEdgeAbove, Poly::kLeft_Side, alloc);
1567 e->fRightPoly->addEdge(
[all...]
/external/skqp/src/gpu/
H A DGrTessellator.cpp542 this->addEdge(edge);
549 void addEdge(Edge* edge) { function in struct:__anon21415::Poly::MonotonePoly
609 Poly* addEdge(Edge* e, Side side, SkArenaAlloc& alloc) { function in struct:__anon21415::Poly
610 LOG("addEdge (%g -> %g) to poly %d, %s side\n",
632 fTail->addEdge(e);
636 fTail->addEdge(e);
639 partner->addEdge(e, side, alloc);
1558 leftPoly = leftPoly->addEdge(v->fFirstEdgeAbove, Poly::kRight_Side, alloc);
1561 rightPoly = rightPoly->addEdge(v->fLastEdgeAbove, Poly::kLeft_Side, alloc);
1567 e->fRightPoly->addEdge(
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp204 void addEdge(GCOVBlock &Successor) { function in class:__anon23008::GCOVBlock
386 Block.addEdge(Func.getBlock(TI->getSuccessor(i)));
389 Block.addEdge(Func.getReturnBlock());
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c116 static void addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency);
2277 topo->addEdge(topo, 3, 0); // Node 3 depends on node 0
2278 topo->addEdge(topo, 0, 1); // Node - depends on node 1
2306 topo->addEdge = addEdge;
2316 addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency) function

Completed in 809 milliseconds

12