Lines Matching refs:IntvIn
1606 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1613 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1615 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1618 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1630 selectIntv(IntvIn); in splitLiveThroughBlock()
1637 if (!IntvIn) { in splitLiveThroughBlock()
1651 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1666 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1682 selectIntv(IntvIn); in splitLiveThroughBlock()
1702 selectIntv(IntvIn); in splitLiveThroughBlock()
1709 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1715 << BI.LastInstr << ", reg-in " << IntvIn in splitRegInBlock()
1719 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1730 selectIntv(IntvIn); in splitRegInBlock()
1750 selectIntv(IntvIn); in splitRegInBlock()
1756 selectIntv(IntvIn); in splitRegInBlock()
1781 selectIntv(IntvIn); in splitRegInBlock()
1796 selectIntv(IntvIn); in splitRegInBlock()