Searched refs:last_vcc_wr_idx (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp205 Idx last_vcc_wr_idx = last_writer_idx(ctx, vcc, ctx.program->lane_mask); local in function:aco::__anon8dc067450110::try_apply_branch_vcc
214 if (!op0_instr_idx.found() || !last_vcc_wr_idx.found() ||
216 last_vcc_wr_idx.block != ctx.current_block->index ||
217 is_clobbered_since(ctx, exec, ctx.program->lane_mask, last_vcc_wr_idx) ||
222 Instruction* last_vcc_wr = ctx.get(last_vcc_wr_idx);

Completed in 2 milliseconds