/third_party/skia/third_party/externals/tint/src/resolver/ |
D | control_block_validation_test.cc | 100 EXPECT_TRUE(Sem().Get(decl_z)->IsReachable()); in TEST_F() 101 EXPECT_TRUE(Sem().Get(cont)->IsReachable()); in TEST_F() 102 EXPECT_FALSE(Sem().Get(assign_z)->IsReachable()); in TEST_F() 119 EXPECT_TRUE(Sem().Get(decl_z)->IsReachable()); in TEST_F() 120 EXPECT_TRUE(Sem().Get(cont)->IsReachable()); in TEST_F() 121 EXPECT_FALSE(Sem().Get(assign_z)->IsReachable()); in TEST_F() 138 EXPECT_TRUE(Sem().Get(decl_z)->IsReachable()); in TEST_F() 139 EXPECT_TRUE(Sem().Get(cont)->IsReachable()); in TEST_F() 140 EXPECT_FALSE(Sem().Get(assign_z)->IsReachable()); in TEST_F() 158 EXPECT_TRUE(Sem().Get(decl_z)->IsReachable()); in TEST_F() [all …]
|
D | function_validation_test.cc | 138 EXPECT_TRUE(Sem().Get(decl_a)->IsReachable()); in TEST_F() 139 EXPECT_TRUE(Sem().Get(ret)->IsReachable()); in TEST_F() 140 EXPECT_FALSE(Sem().Get(assign_a)->IsReachable()); in TEST_F() 159 EXPECT_TRUE(Sem().Get(decl_a)->IsReachable()); in TEST_F() 160 EXPECT_TRUE(Sem().Get(ret)->IsReachable()); in TEST_F() 161 EXPECT_FALSE(Sem().Get(assign_a)->IsReachable()); in TEST_F() 179 EXPECT_TRUE(Sem().Get(decl_a)->IsReachable()); in TEST_F() 180 EXPECT_TRUE(Sem().Get(discard)->IsReachable()); in TEST_F() 181 EXPECT_FALSE(Sem().Get(assign_a)->IsReachable()); in TEST_F() 200 EXPECT_TRUE(Sem().Get(decl_a)->IsReachable()); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles_test.cc | 50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable() function 59 IsReachable(edges, edge.to, to, seen)) { in IsReachable() 94 if (IsReachable(edges, a, b, &seen)) { in PrintTransitiveClosure() 107 if (gc->IsReachable(Get(id, a), Get(id, b))) { in PrintGCTransitiveClosure() 121 bool gc_reachable = gc->IsReachable(Get(id, a), Get(id, b)); in CheckTransitiveClosure() 122 bool reachable = IsReachable(edges, a, b, &seen); in CheckTransitiveClosure() 260 ASSERT_TRUE(IsReachable(&edges, nodes[to], nodes[from], &seen)) in TEST() 288 bool reachable = IsReachable(&edges, nodes[from], nodes[to], &seen); in TEST() 290 graph_cycles.IsReachable(Get(id, nodes[from]), Get(id, nodes[to])); in TEST()
|
D | graphcycles.h | 96 bool IsReachable(GraphId source_node, GraphId dest_node) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | structured_construct_to_block_reduction_opportunity_finder.cpp | 80 if (!context->IsReachable(block)) { in GetAvailableOpportunities() 86 if (!context->IsReachable(*merge_block)) { in GetAvailableOpportunities() 172 if (!context->IsReachable(*context->cfg()->block(pred))) { in HasUnreachablePredecessor()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 30 return loop_construct_header_->GetLabel()->context()->IsReachable( in PreconditionHolds() 79 if (!context_->IsReachable(*context_->cfg()->block(pred))) { in RedirectToClosestMergeBlock()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | structured_construct_to_block_reduction_opportunity_finder.cpp | 80 if (!context->IsReachable(block)) { in GetAvailableOpportunities() 86 if (!context->IsReachable(*merge_block)) { in GetAvailableOpportunities() 172 if (!context->IsReachable(*context->cfg()->block(pred))) { in HasUnreachablePredecessor()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 30 return loop_construct_header_->GetLabel()->context()->IsReachable( in PreconditionHolds() 79 if (!context_->IsReachable(*context_->cfg()->block(pred))) { in RedirectToClosestMergeBlock()
|
/third_party/spirv-tools/source/reduce/ |
D | structured_construct_to_block_reduction_opportunity_finder.cpp | 80 if (!context->IsReachable(block)) { in GetAvailableOpportunities() 86 if (!context->IsReachable(*merge_block)) { in GetAvailableOpportunities() 172 if (!context->IsReachable(*context->cfg()->block(pred))) { in HasUnreachablePredecessor()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 30 return loop_construct_header_->GetLabel()->context()->IsReachable( in PreconditionHolds() 79 if (!context_->IsReachable(*context_->cfg()->block(pred))) { in RedirectToClosestMergeBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzer_pass_test.cpp | 87 ASSERT_TRUE(dominator_analysis->IsReachable(5)); in TEST() 88 ASSERT_FALSE(dominator_analysis->IsReachable(8)); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | fuzzer_pass_test.cpp | 87 ASSERT_TRUE(dominator_analysis->IsReachable(5)); in TEST() 88 ASSERT_FALSE(dominator_analysis->IsReachable(8)); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
D | fuzzer_pass_test.cpp | 87 ASSERT_TRUE(dominator_analysis->IsReachable(5)); in TEST() 88 ASSERT_FALSE(dominator_analysis->IsReachable(8)); in TEST()
|
/third_party/spirv-tools/source/opt/ |
D | dominator_analysis.h | 78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable() function 84 inline bool IsReachable(uint32_t node_id) const { in IsReachable() function
|
D | block_merge_pass.cpp | 32 if (context()->IsReachable(*bi) && in MergeBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dominator_analysis.h | 78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable() function 84 inline bool IsReachable(uint32_t node_id) const { in IsReachable() function
|
D | block_merge_pass.cpp | 32 if (context()->IsReachable(*bi) && in MergeBlocks()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | dominator_analysis.h | 78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable() function 84 inline bool IsReachable(uint32_t node_id) const { in IsReachable() function
|
D | block_merge_pass.cpp | 32 if (context()->IsReachable(*bi) && in MergeBlocks()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | remove_unreachable_statements.cc | 45 if (!stmt->IsReachable()) { in Run()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_propagate_instructions_down.cpp | 35 if (GetIRContext()->IsReachable(block)) { in Apply()
|
D | transformation_merge_blocks.cpp | 46 if (!ir_context->IsReachable(*first_block)) { in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_propagate_instructions_down.cpp | 35 if (GetIRContext()->IsReachable(block)) { in Apply()
|
D | transformation_merge_blocks.cpp | 46 if (!ir_context->IsReachable(*first_block)) { in IsApplicable()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_propagate_instructions_down.cpp | 35 if (GetIRContext()->IsReachable(block)) { in Apply()
|