Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_optimizer_postRA.cpp228 Idx last_vcc_wr_idx = last_writer_idx(ctx, vcc, ctx.program->lane_mask); in try_apply_branch_vcc() local
237 if (!op0_instr_idx.found() || !last_vcc_wr_idx.found() || in try_apply_branch_vcc()
239 last_vcc_wr_idx.block != ctx.current_block->index || in try_apply_branch_vcc()
240 is_clobbered_since(ctx, exec, ctx.program->lane_mask, last_vcc_wr_idx) || in try_apply_branch_vcc()
245 Instruction* last_vcc_wr = ctx.get(last_vcc_wr_idx); in try_apply_branch_vcc()