Home
last modified time | relevance | path

Searched defs:AddEdge (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.h117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcfg.h117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
/third_party/ninja/src/
Dstate.cc94 Edge* State::AddEdge(const Rule* rule) { in AddEdge() function in State
/third_party/node/src/
Dheap_utils.cc84 void AddEdge(Node* from, Node* to, const char* name = nullptr) override { in AddEdge() function in node::heap::JSGraph
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc375 bool AddEdge(int x, int y) { in AddEdge() function in absl::synchronization_internal::GraphCyclesTest
/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc375 bool AddEdge(int x, int y) { in AddEdge() function in absl::synchronization_internal::GraphCyclesTest
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc431 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge() function in absl::cord_internal::CordRepBtree
Dcord_rep_btree_test.cc42 static void AddEdge(CordRepBtree* node, CordRep* edge) { in AddEdge() function in absl::cord_internal::CordRepBtreeTestPeer