Lines Matching refs:IntvIn
1271 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1278 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1280 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1283 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1295 selectIntv(IntvIn); in splitLiveThroughBlock()
1302 if (!IntvIn) { in splitLiveThroughBlock()
1316 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1331 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1347 selectIntv(IntvIn); in splitLiveThroughBlock()
1367 selectIntv(IntvIn); in splitLiveThroughBlock()
1375 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1381 << ", reg-in " << IntvIn << ", leave before " << LeaveBefore in splitRegInBlock()
1384 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1395 selectIntv(IntvIn); in splitRegInBlock()
1415 selectIntv(IntvIn); in splitRegInBlock()
1421 selectIntv(IntvIn); in splitRegInBlock()
1446 selectIntv(IntvIn); in splitRegInBlock()
1461 selectIntv(IntvIn); in splitRegInBlock()