Home
last modified time | relevance | path

Searched defs:AddEdge (Results 1 – 10 of 10) 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/spirv-tools/source/opt/
Dcfg.h125 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
/third_party/ninja/src/
Dstate.cc86 Edge* State::AddEdge(const Rule* rule) { in AddEdge() function in State
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc441 void AddEdge(State& parent, const HeapObjectHeader& header, in AddEdge() function in v8::internal::CppGraphBuilderImpl
464 void AddEdge(State& parent, const TracedReferenceBase& ref, in AddEdge() function in v8::internal::CppGraphBuilderImpl
/third_party/node/src/
Dheap_utils.cc99 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/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
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc2414 void AddEdge(Node* from, Node* to, const char* name) final { in AddEdge() function in v8::internal::EmbedderGraphImpl