Lines Matching refs:IntvIn
1156 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1163 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1165 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1168 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1180 selectIntv(IntvIn); in splitLiveThroughBlock()
1187 if (!IntvIn) { in splitLiveThroughBlock()
1201 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1216 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1232 selectIntv(IntvIn); in splitLiveThroughBlock()
1252 selectIntv(IntvIn); in splitLiveThroughBlock()
1260 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1266 << ", reg-in " << IntvIn << ", leave before " << LeaveBefore in splitRegInBlock()
1269 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1280 selectIntv(IntvIn); in splitRegInBlock()
1300 selectIntv(IntvIn); in splitRegInBlock()
1306 selectIntv(IntvIn); in splitRegInBlock()
1331 selectIntv(IntvIn); in splitRegInBlock()
1346 selectIntv(IntvIn); in splitRegInBlock()