Lines Matching refs:IntvOut
1158 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument
1164 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1166 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1174 if (!IntvOut) { in splitLiveThroughBlock()
1195 selectIntv(IntvOut); in splitLiveThroughBlock()
1202 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1208 selectIntv(IntvOut); in splitLiveThroughBlock()
1215 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1217 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1225 selectIntv(IntvOut); in splitLiveThroughBlock()
1248 selectIntv(IntvOut); in splitLiveThroughBlock()
1353 unsigned IntvOut, SlotIndex EnterAfter) { in splitRegOutBlock() argument
1359 << ", reg-out " << IntvOut << ", enter after " << EnterAfter in splitRegOutBlock()
1364 assert(IntvOut && "Must have register out"); in splitRegOutBlock()
1375 selectIntv(IntvOut); in splitRegOutBlock()
1387 selectIntv(IntvOut); in splitRegOutBlock()
1403 selectIntv(IntvOut); in splitRegOutBlock()