Searched refs:addEdges (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tests/ |
H A D | IncrTopoSortTest.cpp | 80 bool fVisited; // only used in addEdges() 105 // addEdges but, when used in MDB sorting, this entry point will never be used. in addEdge() 107 this->addEdges(&tmp, dependent); in addEdge() 125 void addEdges(SkTDArray<Node*>* dependedOn, Node* dependent) { in addEdges() function in Graph 313 SkTArray<StackInfo> fStack; // only used in addEdges() 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/ |
H A D | BlockFrequencyInfoImpl.h | 647 void addEdges(const BlockNode &Node, const BFIBase::LoopData *OuterLoop, 659 addEdges(N, OuterLoop, addBlockEdges); in initialize() 663 addEdges(Index, OuterLoop, addBlockEdges); in initialize() 669 void IrreducibleGraph::addEdges(const BlockNode &Node, in addEdges() function in llvm::bfi_detail::IrreducibleGraph
|
Completed in 4 milliseconds