Lines Matching defs:live
1389 /* PC offsets always live in the upper half, set to zero by
1664 bi_schedule_clause(bi_context *ctx, bi_block *block, struct bi_worklist st, uint64_t *live)
1680 /* We need to track future liveness. The main *live set tracks what is
1681 * live at the current point int he program we are scheduling, but to
1682 * determine temp eligibility, we instead want what will be live after
1686 uint64_t live_after_temp = *live;
1717 *live = bi_postra_liveness_ins(*live, tuple->add);
1720 *live = bi_postra_liveness_ins(*live, tuple->fma);
1724 live_next_tuple = *live;
1910 uint64_t live = block->reg_live_out;
1914 while((u = bi_schedule_clause(ctx, block, st, &live)))