Searched refs:live_idx (Results 1 – 1 of 1) sorted by relevance
212 int live_idx; in print_liveness() local213 BITSET_FOREACH_SET(live_idx, live_reg, ctx->comp->cur_reg) { in print_liveness()214 printf("reg%d ", live_idx); in print_liveness()216 BITSET_FOREACH_SET(live_idx, live_val, ctx->comp->cur_index) { in print_liveness()217 printf("%d ", live_idx); in print_liveness()