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