Home
last modified time | relevance | path

Searched refs:structured_cfg (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_wrap_region_in_selection.cpp139 auto* structured_cfg = ir_context->GetStructuredCFGAnalysis(); in IsApplicableToBlockRange() local
140 if (structured_cfg->IsMergeBlock(merge_block_candidate_id)) { in IsApplicableToBlockRange()
150 if (structured_cfg->ContainingConstruct(header_block_candidate_id) != in IsApplicableToBlockRange()
151 structured_cfg->ContainingConstruct(merge_block_candidate_id) || in IsApplicableToBlockRange()
152 structured_cfg->IsInContinueConstruct(header_block_candidate_id) != in IsApplicableToBlockRange()
153 structured_cfg->IsInContinueConstruct(merge_block_candidate_id)) { in IsApplicableToBlockRange()
Dtransformation_flatten_conditional_branch.cpp472 auto* structured_cfg = ir_context->GetStructuredCFGAnalysis(); in GetProblematicInstructionsIfConditionalCanBeFlattened() local
477 if (structured_cfg->ContainingConstruct(block_id) != header->id() && in GetProblematicInstructionsIfConditionalCanBeFlattened()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_wrap_region_in_selection.cpp139 auto* structured_cfg = ir_context->GetStructuredCFGAnalysis(); in IsApplicableToBlockRange() local
140 if (structured_cfg->IsMergeBlock(merge_block_candidate_id)) { in IsApplicableToBlockRange()
150 if (structured_cfg->ContainingConstruct(header_block_candidate_id) != in IsApplicableToBlockRange()
151 structured_cfg->ContainingConstruct(merge_block_candidate_id) || in IsApplicableToBlockRange()
152 structured_cfg->IsInContinueConstruct(header_block_candidate_id) != in IsApplicableToBlockRange()
153 structured_cfg->IsInContinueConstruct(merge_block_candidate_id)) { in IsApplicableToBlockRange()
Dtransformation_flatten_conditional_branch.cpp472 auto* structured_cfg = ir_context->GetStructuredCFGAnalysis(); in GetProblematicInstructionsIfConditionalCanBeFlattened() local
477 if (structured_cfg->ContainingConstruct(block_id) != header->id() && in GetProblematicInstructionsIfConditionalCanBeFlattened()