Home
last modified time | relevance | path

Searched refs:BlockIsDead (Results 1 – 25 of 60) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/test/fuzz/fact_manager/
Ddead_block_facts_test.cpp25 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()
Dirrelevant_value_facts_test.cpp151 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/
Ddead_block_facts_test.cpp25 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()
Dirrelevant_value_facts_test.cpp151 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/
Dfuzzer_pass_add_function_calls.cpp78 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
124 return GetTransformationContext()->GetFactManager()->BlockIsDead( in ChooseFunctionCallArguments()
Dfuzzer_pass_copy_objects.cpp44 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp44 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
Dfuzzer_pass_add_stores.cpp87 ->BlockIsDead(block->id()) || in Apply()
Dtransformation_replace_opphi_id_from_dead_predecessor.cpp49 !transformation_context.GetFactManager()->BlockIsDead(pred_block->id())) { in IsApplicable()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_function_calls.cpp78 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
124 return GetTransformationContext()->GetFactManager()->BlockIsDead( in ChooseFunctionCallArguments()
Dfuzzer_pass_copy_objects.cpp44 if (GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp44 if (!GetTransformationContext()->GetFactManager()->BlockIsDead( in Apply()
Dtransformation_replace_opphi_id_from_dead_predecessor.cpp49 !transformation_context.GetFactManager()->BlockIsDead(pred_block->id())) { in IsApplicable()
Dfuzzer_pass_add_stores.cpp87 ->BlockIsDead(block->id()) || in Apply()
Dtransformation_store.cpp82 if (!transformation_context.GetFactManager()->BlockIsDead( in IsApplicable()
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/
Ddead_block_facts.h39 bool BlockIsDead(uint32_t block_id) const;
Ddead_block_facts.cpp35 bool DeadBlockFacts::BlockIsDead(uint32_t block_id) const { in BlockIsDead() function in spvtools::fuzz::fact_manager::DeadBlockFacts
Dfact_manager.cpp204 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()
Dfact_manager.h179 bool BlockIsDead(uint32_t block_id) const;
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddead_block_facts.h39 bool BlockIsDead(uint32_t block_id) const;
Ddead_block_facts.cpp35 bool DeadBlockFacts::BlockIsDead(uint32_t block_id) const { in BlockIsDead() function in spvtools::fuzz::fact_manager::DeadBlockFacts
Dfact_manager.cpp204 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()
Dfact_manager.h179 bool BlockIsDead(uint32_t block_id) const;
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_block_test.cpp100 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/
Dtransformation_add_dead_block_test.cpp100 ASSERT_TRUE(transformation_context.GetFactManager()->BlockIsDead(14)); in TEST()
314 ASSERT_TRUE(transformation_context.GetFactManager()->BlockIsDead(100)); in TEST()

123