Home
last modified time | relevance | path

Searched refs:IsLoopHeader (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_wrap_regions_in_selections.cpp106 if (header_block_candidate->IsLoopHeader()) { in MaybeGetHeaderBlockCandidate()
129 return merge_block_candidate->IsLoopHeader() in MaybeGetMergeBlockCandidate()
Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp47 if (block.IsLoopHeader() && in Apply()
80 if (block.IsLoopHeader() && InstructionNeedsSplitBefore(&instruction)) { in Apply()
Dtransformation_add_dead_continue.cpp75 bb_from->IsLoopHeader() in IsApplicable()
126 bb_from->IsLoopHeader() in Apply()
Dtransformation_add_dead_block.cpp59 if (existing_block->IsLoopHeader()) { in IsApplicable()
77 if (ir_context->cfg()->block(successor_block_id)->IsLoopHeader()) { in IsApplicable()
Dfuzzer_pass_outline_functions.cpp120 if (entry_block->IsLoopHeader()) { in MaybeGetEntryBlockSuitableForOutlining()
136 assert(!entry_block->IsLoopHeader() && in MaybeGetEntryBlockSuitableForOutlining()
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp104 if (block->IsLoopHeader()) { in Apply()
109 assert(!block->IsLoopHeader() && in Apply()
Dfuzzer_pass_add_loop_preheaders.cpp37 if (!block.IsLoopHeader()) { in Apply()
Dfuzzer_pass_add_dead_continues.cpp38 block.IsLoopHeader() in Apply()
Dtransformation_split_block.cpp55 if (block_to_split->IsLoopHeader()) { in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_wrap_regions_in_selections.cpp106 if (header_block_candidate->IsLoopHeader()) { in MaybeGetHeaderBlockCandidate()
129 return merge_block_candidate->IsLoopHeader() in MaybeGetMergeBlockCandidate()
Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp47 if (block.IsLoopHeader() && in Apply()
80 if (block.IsLoopHeader() && InstructionNeedsSplitBefore(&instruction)) { in Apply()
Dtransformation_add_dead_continue.cpp75 bb_from->IsLoopHeader() in IsApplicable()
126 bb_from->IsLoopHeader() in Apply()
Dtransformation_add_dead_block.cpp59 if (existing_block->IsLoopHeader()) { in IsApplicable()
77 if (ir_context->cfg()->block(successor_block_id)->IsLoopHeader()) { in IsApplicable()
Dfuzzer_pass_outline_functions.cpp120 if (entry_block->IsLoopHeader()) { in MaybeGetEntryBlockSuitableForOutlining()
136 assert(!entry_block->IsLoopHeader() && in MaybeGetEntryBlockSuitableForOutlining()
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp104 if (block->IsLoopHeader()) { in Apply()
109 assert(!block->IsLoopHeader() && in Apply()
Dfuzzer_pass_add_loop_preheaders.cpp37 if (!block.IsLoopHeader()) { in Apply()
Dfuzzer_pass_add_dead_continues.cpp38 block.IsLoopHeader() in Apply()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_wrap_regions_in_selections.cpp106 if (header_block_candidate->IsLoopHeader()) { in MaybeGetHeaderBlockCandidate()
129 return merge_block_candidate->IsLoopHeader() in MaybeGetMergeBlockCandidate()
Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp47 if (block.IsLoopHeader() && in Apply()
80 if (block.IsLoopHeader() && InstructionNeedsSplitBefore(&instruction)) { in Apply()
Dtransformation_add_dead_continue.cpp75 bb_from->IsLoopHeader() in IsApplicable()
126 bb_from->IsLoopHeader() in Apply()
Dtransformation_add_dead_block.cpp59 if (existing_block->IsLoopHeader()) { in IsApplicable()
77 if (ir_context->cfg()->block(successor_block_id)->IsLoopHeader()) { in IsApplicable()
Dfuzzer_pass_outline_functions.cpp120 if (entry_block->IsLoopHeader()) { in MaybeGetEntryBlockSuitableForOutlining()
136 assert(!entry_block->IsLoopHeader() && in MaybeGetEntryBlockSuitableForOutlining()
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp104 if (block->IsLoopHeader()) { in Apply()
109 assert(!block->IsLoopHeader() && in Apply()
Dfuzzer_pass_add_loop_preheaders.cpp37 if (!block.IsLoopHeader()) { in Apply()
Dfuzzer_pass_add_dead_continues.cpp38 block.IsLoopHeader() in Apply()

1234