Searched defs:pr_opt_ctx (Results 1 – 1 of 1) sorted by relevance
56 struct pr_opt_ctx { struct57 Program* program;58 Block* current_block;59 uint32_t current_instr_idx;60 std::vector<uint16_t> uses;61 std::vector<std::array<Idx, max_reg_cnt>> instr_idx_by_regs;63 void reset_block(Block* block) in reset_block()116 Instruction* get(Idx idx) { return program->blocks[idx.block].instructions[idx.instr].get(); } in get()