/external/deqp-deps/SPIRV-Tools/test/fuzz/fact_manager/ |
D | dead_block_facts_test.cpp | 25 TEST(DeadBlockFactsTest, BlockIsDead) { in TEST() argument 61 ASSERT_FALSE(fact_manager.BlockIsDead(9)); in TEST() 62 ASSERT_FALSE(fact_manager.BlockIsDead(11)); in TEST() 63 ASSERT_FALSE(fact_manager.BlockIsDead(12)); in TEST() 67 ASSERT_FALSE(fact_manager.BlockIsDead(9)); in TEST() 68 ASSERT_FALSE(fact_manager.BlockIsDead(11)); in TEST() 69 ASSERT_TRUE(fact_manager.BlockIsDead(12)); in TEST()
|
D | irrelevant_value_facts_test.cpp | 151 ASSERT_FALSE(fact_manager.BlockIsDead(14)); in TEST() 152 ASSERT_FALSE(fact_manager.BlockIsDead(19)); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
D | dead_block_facts_test.cpp | 25 TEST(DeadBlockFactsTest, BlockIsDead) { in TEST() argument 61 ASSERT_FALSE(fact_manager.BlockIsDead(9)); in TEST() 62 ASSERT_FALSE(fact_manager.BlockIsDead(11)); in TEST() 63 ASSERT_FALSE(fact_manager.BlockIsDead(12)); in TEST() 67 ASSERT_FALSE(fact_manager.BlockIsDead(9)); in TEST() 68 ASSERT_FALSE(fact_manager.BlockIsDead(11)); in TEST() 69 ASSERT_TRUE(fact_manager.BlockIsDead(12)); in TEST()
|
D | irrelevant_value_facts_test.cpp | 151 ASSERT_FALSE(fact_manager.BlockIsDead(14)); in TEST() 152 ASSERT_FALSE(fact_manager.BlockIsDead(19)); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_function_calls.cpp | 78 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply() 124 return GetTransformationContext()->GetFactManager()->BlockIsDead( in ChooseFunctionCallArguments()
|
D | fuzzer_pass_copy_objects.cpp | 44 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
|
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 44 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
|
D | fuzzer_pass_add_stores.cpp | 87 ->BlockIsDead(block->id()) || in Apply()
|
D | transformation_replace_opphi_id_from_dead_predecessor.cpp | 49 !transformation_context.GetFactManager()->BlockIsDead(pred_block->id())) { in IsApplicable()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_function_calls.cpp | 78 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply() 124 return GetTransformationContext()->GetFactManager()->BlockIsDead( in ChooseFunctionCallArguments()
|
D | fuzzer_pass_copy_objects.cpp | 44 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
|
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 44 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
|
D | transformation_replace_opphi_id_from_dead_predecessor.cpp | 49 !transformation_context.GetFactManager()->BlockIsDead(pred_block->id())) { in IsApplicable()
|
D | fuzzer_pass_add_stores.cpp | 87 ->BlockIsDead(block->id()) || in Apply()
|
D | transformation_store.cpp | 82 if (!transformation_context.GetFactManager()->BlockIsDead( in IsApplicable()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/ |
D | dead_block_facts.h | 39 bool BlockIsDead(uint32_t block_id) const;
|
D | dead_block_facts.cpp | 35 bool DeadBlockFacts::BlockIsDead(uint32_t block_id) const { in BlockIsDead() function in spvtools::fuzz::fact_manager::DeadBlockFacts
|
D | fact_manager.cpp | 204 bool FactManager::BlockIsDead(uint32_t block_id) const { in BlockIsDead() function in spvtools::fuzz::FactManager 205 return dead_block_facts_.BlockIsDead(block_id); in BlockIsDead()
|
D | fact_manager.h | 179 bool BlockIsDead(uint32_t block_id) const;
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
D | dead_block_facts.h | 39 bool BlockIsDead(uint32_t block_id) const;
|
D | dead_block_facts.cpp | 35 bool DeadBlockFacts::BlockIsDead(uint32_t block_id) const { in BlockIsDead() function in spvtools::fuzz::fact_manager::DeadBlockFacts
|
D | fact_manager.cpp | 204 bool FactManager::BlockIsDead(uint32_t block_id) const { in BlockIsDead() function in spvtools::fuzz::FactManager 205 return dead_block_facts_.BlockIsDead(block_id); in BlockIsDead()
|
D | fact_manager.h | 179 bool BlockIsDead(uint32_t block_id) const;
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_add_dead_block_test.cpp | 100 ASSERT_TRUE(transformation_context.GetFactManager()->BlockIsDead(14)); in TEST() 314 ASSERT_TRUE(transformation_context.GetFactManager()->BlockIsDead(100)); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_add_dead_block_test.cpp | 100 ASSERT_TRUE(transformation_context.GetFactManager()->BlockIsDead(14)); in TEST() 314 ASSERT_TRUE(transformation_context.GetFactManager()->BlockIsDead(100)); in TEST()
|