Searched refs:ConstructBlockSet (Results 1 – 6 of 6) sorted by relevance
105 using ConstructBlockSet = std::set<BasicBlock*, less_than_id>; variable110 ConstructBlockSet blocks(Function* function) const;
72 Construct::ConstructBlockSet Construct::blocks(Function* function) const { in blocks()78 ConstructBlockSet construct_blocks; in blocks()
551 Construct::ConstructBlockSet construct_blocks = construct.blocks(function); in StructuredControlFlowChecks()