Lines Matching refs:IntvOut
1157 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument
1163 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1165 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1173 if (!IntvOut) { in splitLiveThroughBlock()
1194 selectIntv(IntvOut); in splitLiveThroughBlock()
1201 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1207 selectIntv(IntvOut); in splitLiveThroughBlock()
1214 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1216 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1224 selectIntv(IntvOut); in splitLiveThroughBlock()
1247 selectIntv(IntvOut); in splitLiveThroughBlock()
1352 unsigned IntvOut, SlotIndex EnterAfter) { in splitRegOutBlock() argument
1358 << ", reg-out " << IntvOut << ", enter after " << EnterAfter in splitRegOutBlock()
1363 assert(IntvOut && "Must have register out"); in splitRegOutBlock()
1374 selectIntv(IntvOut); in splitRegOutBlock()
1386 selectIntv(IntvOut); in splitRegOutBlock()
1402 selectIntv(IntvOut); in splitRegOutBlock()