/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles_test.cc | 375 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/src/ |
D | memory_tracker-inl.h | 104 graph_->AddEdge(CurrentNode(), it->second, edge_name); in TrackField() 226 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(), "wrapped"); in AddNode() 316 graph_->AddEdge(n->JSWrapperNode(), n, "wrapper"); in AddNode() 328 if (CurrentNode() != nullptr) graph_->AddEdge(CurrentNode(), n, edge_name); in AddNode()
|
D | heap_utils.cc | 84 void AddEdge(Node* from, Node* to, const char* name = nullptr) override { in AddEdge() function in node::heap::JSGraph
|
/third_party/ninja/src/ |
D | missing_deps_test.cc | 61 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()
|
D | state_test.cc | 36 Edge* edge = state.AddEdge(rule); in TEST()
|
D | state.h | 102 Edge* AddEdge(const Rule* rule);
|
D | state.cc | 86 Edge* State::AddEdge(const Rule* rule) { in AddEdge() function in State
|
D | manifest_parser.cc | 319 Edge* edge = state_->AddEdge(rule); in ParseEdge()
|
/third_party/spirv-tools/source/opt/ |
D | loop_fusion.cpp | 653 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()
|
D | cfg.h | 125 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
|
D | loop_unswitch_pass.cpp | 204 cfg.AddEdge(pid, loop_merge_block->id()); in PerformUnswitch() 253 cfg.AddEdge(if_block->id(), loop_pre_header->id()); in PerformUnswitch()
|
D | cfg.cpp | 56 [blk_id, this](const uint32_t succ_id) { AddEdge(blk_id, succ_id); }); in AddEdges()
|
D | loop_peeling.cpp | 86 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/ |
D | loop_fusion.cpp | 653 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()
|
D | cfg.h | 117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
|
D | loop_unswitch_pass.cpp | 204 cfg.AddEdge(pid, loop_merge_block->id()); in PerformUnswitch() 253 cfg.AddEdge(if_block->id(), loop_pre_header->id()); in PerformUnswitch()
|
D | cfg.cpp | 56 [blk_id, this](const uint32_t succ_id) { AddEdge(blk_id, succ_id); }); in AddEdges()
|
D | loop_peeling.cpp | 86 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/ |
D | loop_fusion.cpp | 653 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()
|
D | cfg.h | 117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
|
D | loop_unswitch_pass.cpp | 204 cfg.AddEdge(pid, loop_merge_block->id()); in PerformUnswitch() 253 cfg.AddEdge(if_block->id(), loop_pre_header->id()); in PerformUnswitch()
|
D | cfg.cpp | 56 [blk_id, this](const uint32_t succ_id) { AddEdge(blk_id, succ_id); }); in AddEdges()
|
D | loop_peeling.cpp | 86 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/ |
D | cord_rep_btree.cc | 290 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()
|
D | cord_rep_btree.h | 306 inline OpResult AddEdge(bool owned, CordRep* edge, size_t delta);
|