Searched refs:structured_cfg (Results 1 – 4 of 4) sorted by relevance
139 auto* structured_cfg = ir_context->GetStructuredCFGAnalysis(); in IsApplicableToBlockRange() local140 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()
472 auto* structured_cfg = ir_context->GetStructuredCFGAnalysis(); in GetProblematicInstructionsIfConditionalCanBeFlattened() local477 if (structured_cfg->ContainingConstruct(block_id) != header->id() && in GetProblematicInstructionsIfConditionalCanBeFlattened()