Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c199 int live_reg; in add_all_interferences() local
200 BITSET_FOREACH_SET(live_reg, ctx->live, ctx->comp->cur_index) { in add_all_interferences()
201 add_interference(ctx, i, live_reg); in add_all_interferences()
207 BITSET_WORD *live_reg, BITSET_WORD *live_val) in print_liveness() argument
213 BITSET_FOREACH_SET(live_idx, live_reg, ctx->comp->cur_reg) { in print_liveness()