Lines Matching defs:live
64 * not increase) the number of live values.
67 * number of live values, it will try to pick the one with the earliest
139 * the first src of the collect, the entire vecN is live (at least
144 * don't make additional values live). In fact we'd prefer to
145 * schedule the rest ASAP to minimize the live range of the vecN.
148 * corresponding collect, and mark them as partially live as soon
165 * produces a live value that is never killed/consumed. So detect
300 * collect srcs as partially live.
577 /* find net change to live values if instruction were scheduled: */
588 /* if we schedule something that causes a vecN to be live,
702 int live = live_effect(n->instr);
703 if (live > 0)
710 if (live < 0) {
1049 * any of the collect srcs are live, we should hurry up and schedule
1213 * because a FS's bary_ij input may not actually be live in the shader,