Searched refs:clause_end (Results 1 – 1 of 1) sorted by relevance
717 size_t clause_end = 0; in handle_block() local729 if (i >= clause_end || !queued_imm.empty()) { in handle_block()731 for (clause_end = i + 1; clause_end < block.instructions.size(); clause_end++) { in handle_block()732 Instruction* next = block.instructions[clause_end].get(); in handle_block()