Searched refs:construct_blocks (Results 1 – 4 of 4) sorted by relevance
78 ConstructBlockSet construct_blocks; in blocks() local115 if (!construct_blocks.insert(block).second) continue; in blocks()127 return construct_blocks; in blocks()
551 Construct::ConstructBlockSet construct_blocks = construct.blocks(function); in StructuredControlFlowChecks() local552 for (auto block : construct_blocks) { in StructuredControlFlowChecks()555 if (pred->reachable() && !construct_blocks.count(pred)) { in StructuredControlFlowChecks()