Lines Matching refs:IntvIn
1635 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1642 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1644 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1647 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1659 selectIntv(IntvIn); in splitLiveThroughBlock()
1666 if (!IntvIn) { in splitLiveThroughBlock()
1680 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1695 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1711 selectIntv(IntvIn); in splitLiveThroughBlock()
1731 selectIntv(IntvIn); in splitLiveThroughBlock()
1738 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1744 << BI.LastInstr << ", reg-in " << IntvIn in splitRegInBlock()
1748 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1759 selectIntv(IntvIn); in splitRegInBlock()
1779 selectIntv(IntvIn); in splitRegInBlock()
1785 selectIntv(IntvIn); in splitRegInBlock()
1810 selectIntv(IntvIn); in splitRegInBlock()
1825 selectIntv(IntvIn); in splitRegInBlock()