Lines Matching defs:live
742 Instruction* instr; // NULL if it's the block's live-in
997 aco::live live_vars = aco::live_var_analysis(program);
1086 IDSet live = live_vars.live_out[block.index];
1089 live.erase(tmp.id());
1091 /* check live out */
1092 for (unsigned id : live) {
1098 "Assignment of element %d of %%%d already taken by %%%d in live-out",
1117 "Assignment of element %d of %%%d already taken by %%%d in live-out", i,
1120 live.insert(tmp.id());
1127 live.erase(def.tempId());
1130 /* don't count phi operands as live-in, since they are actually
1136 live.insert(op.tempId());
1141 for (unsigned id : live) {