Lines Matching refs:IntvOut
1158 unsigned IntvOut, SlotIndex EnterAfter){
1164 << ", live-through " << IntvIn << " -> " << IntvOut);
1166 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1174 if (!IntvOut) {
1195 selectIntv(IntvOut);
1202 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1208 selectIntv(IntvOut);
1215 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf");
1217 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1225 selectIntv(IntvOut);
1248 selectIntv(IntvOut);
1353 unsigned IntvOut, SlotIndex EnterAfter) {
1359 << ", reg-out " << IntvOut << ", enter after " << EnterAfter
1364 assert(IntvOut
1373 // ========= Use IntvOut everywhere.
1375 selectIntv(IntvOut);
1385 // ____========= Enter IntvOut before first use.
1387 selectIntv(IntvOut);
1394 // The interference is overlapping somewhere we wanted to use IntvOut. That
1403 selectIntv(IntvOut);