Lines Matching refs:IntvIn
1621 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1628 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1630 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1633 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1645 selectIntv(IntvIn); in splitLiveThroughBlock()
1652 if (!IntvIn) { in splitLiveThroughBlock()
1666 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1681 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1697 selectIntv(IntvIn); in splitLiveThroughBlock()
1717 selectIntv(IntvIn); in splitLiveThroughBlock()
1724 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1730 << BI.LastInstr << ", reg-in " << IntvIn in splitRegInBlock()
1734 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1745 selectIntv(IntvIn); in splitRegInBlock()
1765 selectIntv(IntvIn); in splitRegInBlock()
1771 selectIntv(IntvIn); in splitRegInBlock()
1796 selectIntv(IntvIn); in splitRegInBlock()
1811 selectIntv(IntvIn); in splitRegInBlock()