Searched refs:op0_instr_idx (Results 1 – 1 of 1) sorted by relevance
227 Idx op0_instr_idx = last_writer_idx(ctx, instr->operands[0]); in try_apply_branch_vcc() local237 if (!op0_instr_idx.found() || !last_vcc_wr_idx.found() || in try_apply_branch_vcc()238 op0_instr_idx.block != ctx.current_block->index || in try_apply_branch_vcc()241 is_clobbered_since(ctx, vcc, ctx.program->lane_mask, op0_instr_idx)) in try_apply_branch_vcc()244 Instruction* op0_instr = ctx.get(op0_instr_idx); in try_apply_branch_vcc()