Home
last modified time | relevance | path

Searched refs:AddEdge (Results 1 – 25 of 37) sorted by relevance

12

/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
382 EXPECT_TRUE(AddEdge(x, 2*x)) << x; in AddMultiples()
383 EXPECT_TRUE(AddEdge(x, 3*x)) << x; in AddMultiples()
413 EXPECT_FALSE(AddEdge(8, 4)); in TEST_F()
420 EXPECT_TRUE(AddEdge(16, 9)); in TEST_F()
422 EXPECT_FALSE(AddEdge(9, 2)); in TEST_F()
428 ASSERT_TRUE(AddEdge(2, 4)); in TEST_F()
429 ASSERT_TRUE(AddEdge(4, 6)); in TEST_F()
430 ASSERT_TRUE(AddEdge(6, 8)); in TEST_F()
431 ASSERT_TRUE(AddEdge(8, 10)); in TEST_F()
[all …]
/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
457 graph_.AddEdge(parent.get_node(), current.get_node(), in AddEdge()
460 graph_.AddEdge(parent.get_node(), current.get_node()); in AddEdge()
464 void AddEdge(State& parent, const TracedReferenceBase& ref, in AddEdge() function in v8::internal::CppGraphBuilderImpl
475 graph_.AddEdge(parent.get_node(), v8_node, in AddEdge()
478 graph_.AddEdge(parent.get_node(), v8_node); in AddEdge()
530 graph_.AddEdge(root.get_node(), child.get_node(), in AddRootEdge()
534 graph_.AddEdge(root.get_node(), child.get_node()); in AddRootEdge()
683 graph_builder_.AddEdge( in Visit()
693 graph_builder_.AddEdge( in VisitWeakContainer()
[all …]
/third_party/node/src/
Dmemory_tracker-inl.h111 graph_->AddEdge(CurrentNode(), it->second, edge_name); in TrackField()
233 graph_->AddEdge(CurrentNode(), graph_->V8Node(value), edge_name); in TrackField()
279 graph_->AddEdge(CurrentNode(), it->second, edge_name); in Track()
312 if (CurrentNode() != nullptr) graph_->AddEdge(CurrentNode(), n, edge_name); in AddNode()
315 graph_->AddEdge(n, n->JSWrapperNode(), "native_to_javascript"); in AddNode()
316 graph_->AddEdge(n->JSWrapperNode(), n, "javascript_to_native"); in AddNode()
328 if (CurrentNode() != nullptr) graph_->AddEdge(CurrentNode(), n, edge_name); in AddNode()
/third_party/ninja/src/
Dmissing_deps_test.cc61 Edge* header_edge = state_.AddEdge(&generator_rule_); in CreateInitialState()
63 Edge* compile_edge = state_.AddEdge(&compile_rule_); in CreateInitialState()
126 Edge* intermediate_edge = state_.AddEdge(&generator_rule_); in TEST_F()
Dstate_test.cc36 Edge* edge = state.AddEdge(rule); in TEST()
Dstate.h102 Edge* AddEdge(const Rule* rule);
Dstate.cc86 Edge* State::AddEdge(const Rule* rule) { in AddEdge() function in State
Dmanifest_parser.cc319 Edge* edge = state_->AddEdge(rule); in ParseEdge()
/third_party/spirv-tools/source/opt/
Dloop_fusion.cpp653 cfg->AddEdge(last_block_of_0->id(), first_block_of_1->id()); in Fuse()
655 cfg->AddEdge(last_block_of_1->id(), loop_0_->GetContinueBlock()->id()); in Fuse()
657 cfg->AddEdge(loop_0_->GetContinueBlock()->id(), in Fuse()
660 cfg->AddEdge(condition_block_of_0->id(), loop_1_->GetMergeBlock()->id()); in Fuse()
Dcfg.h125 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
Dloop_unswitch_pass.cpp204 cfg.AddEdge(pid, loop_merge_block->id()); in PerformUnswitch()
253 cfg.AddEdge(if_block->id(), loop_pre_header->id()); in PerformUnswitch()
Dcfg.cpp56 [blk_id, this](const uint32_t succ_id) { AddEdge(blk_id, succ_id); }); in AddEdges()
Dloop_peeling.cpp86 cfg.AddEdge(cloned_loop_exit, loop_->GetHeaderBlock()->id()); in DuplicateAndConnectLoop()
371 cfg.AddEdge(bb_pred->id(), new_bb->id()); in CreateBlockBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion.cpp653 cfg->AddEdge(last_block_of_0->id(), first_block_of_1->id()); in Fuse()
655 cfg->AddEdge(last_block_of_1->id(), loop_0_->GetContinueBlock()->id()); in Fuse()
657 cfg->AddEdge(loop_0_->GetContinueBlock()->id(), in Fuse()
660 cfg->AddEdge(condition_block_of_0->id(), loop_1_->GetMergeBlock()->id()); in Fuse()
Dcfg.h117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
Dloop_unswitch_pass.cpp204 cfg.AddEdge(pid, loop_merge_block->id()); in PerformUnswitch()
253 cfg.AddEdge(if_block->id(), loop_pre_header->id()); in PerformUnswitch()
Dcfg.cpp56 [blk_id, this](const uint32_t succ_id) { AddEdge(blk_id, succ_id); }); in AddEdges()
Dloop_peeling.cpp86 cfg.AddEdge(cloned_loop_exit, loop_->GetHeaderBlock()->id()); in DuplicateAndConnectLoop()
371 cfg.AddEdge(bb_pred->id(), new_bb->id()); in CreateBlockBefore()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_fusion.cpp653 cfg->AddEdge(last_block_of_0->id(), first_block_of_1->id()); in Fuse()
655 cfg->AddEdge(last_block_of_1->id(), loop_0_->GetContinueBlock()->id()); in Fuse()
657 cfg->AddEdge(loop_0_->GetContinueBlock()->id(), in Fuse()
660 cfg->AddEdge(condition_block_of_0->id(), loop_1_->GetMergeBlock()->id()); in Fuse()
Dcfg.h117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
Dloop_unswitch_pass.cpp204 cfg.AddEdge(pid, loop_merge_block->id()); in PerformUnswitch()
253 cfg.AddEdge(if_block->id(), loop_pre_header->id()); in PerformUnswitch()
Dcfg.cpp56 [blk_id, this](const uint32_t succ_id) { AddEdge(blk_id, succ_id); }); in AddEdges()
Dloop_peeling.cpp86 cfg.AddEdge(cloned_loop_exit, loop_->GetHeaderBlock()->id()); in DuplicateAndConnectLoop()
371 cfg.AddEdge(bb_pred->id(), new_bb->id()); in CreateBlockBefore()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc290 result = node->AddEdge<edge_type>(owned, result.tree, length); in Unwind()
431 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge() function in absl::cord_internal::CordRepBtree
469 leaf->AddEdge<edge_type>(ops.owned(depth), rep, length); in AddCordRep()
/third_party/node/deps/v8/include/
Dv8-profiler.h907 virtual void AddEdge(Node* from, Node* to, const char* name = nullptr) = 0;

12