Lines Matching refs:IntvIn
1157 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1164 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1166 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1169 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1181 selectIntv(IntvIn); in splitLiveThroughBlock()
1188 if (!IntvIn) { in splitLiveThroughBlock()
1202 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1217 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1233 selectIntv(IntvIn); in splitLiveThroughBlock()
1253 selectIntv(IntvIn); in splitLiveThroughBlock()
1261 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1267 << ", reg-in " << IntvIn << ", leave before " << LeaveBefore in splitRegInBlock()
1270 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1281 selectIntv(IntvIn); in splitRegInBlock()
1301 selectIntv(IntvIn); in splitRegInBlock()
1307 selectIntv(IntvIn); in splitRegInBlock()
1332 selectIntv(IntvIn); in splitRegInBlock()
1347 selectIntv(IntvIn); in splitRegInBlock()