/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/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/angle/third_party/vulkan-deps/spirv-tools/src/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/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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_add_function_calls.cpp | 76 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply() 122 return GetTransformationContext()->GetFactManager()->BlockIsDead( in ChooseFunctionCallArguments()
|
D | fuzzer_pass_copy_objects.cpp | 42 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
|
D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 41 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
|
/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()
|
/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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
/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()
|
/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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | transformation_add_dead_block_test.cpp | 100 ASSERT_TRUE(transformation_context.GetFactManager()->BlockIsDead(14)); in TEST() 407 ASSERT_TRUE(transformation_context.GetFactManager()->BlockIsDead(100)); in TEST()
|