Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c175 int live_reg; in add_all_interferences() local
176 BITSET_FOREACH_SET(live_reg, ctx->live, ctx->comp->cur_reg) { in add_all_interferences()
177 add_interference(ctx, i, live_reg); in add_all_interferences()
183 BITSET_WORD *live_reg) in print_liveness() argument
189 BITSET_FOREACH_SET(live_idx, live_reg, ctx->comp->cur_reg) { in print_liveness()