Searched refs:addEdges (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/tests/ |
D | IncrTopoSortTest.cpp | 107 this->addEdges(&tmp, dependent); in addEdge() 125 void addEdges(SkTDArray<Node*>* dependedOn, Node* dependent) { in addEdges() function in Graph 430 g.addEdges(&dependedOn, nodeD); // nodes B and C must come before node D in test_diamond()
|
/third_party/flutter/skia/tests/ |
D | IncrTopoSortTest.cpp | 107 this->addEdges(&tmp, dependent); in addEdge() 125 void addEdges(SkTDArray<Node*>* dependedOn, Node* dependent) { in addEdges() function in Graph 430 g.addEdges(&dependedOn, nodeD); // nodes B and C must come before node D in test_diamond()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 647 void addEdges(const BlockNode &Node, const BFIBase::LoopData *OuterLoop, 659 addEdges(N, OuterLoop, addBlockEdges); 663 addEdges(Index, OuterLoop, addBlockEdges); 669 void IrreducibleGraph::addEdges(const BlockNode &Node,
|