Lines Matching refs:IntvIn
1601 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1608 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock()
1610 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock()
1613 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1625 selectIntv(IntvIn); in splitLiveThroughBlock()
1632 if (!IntvIn) { in splitLiveThroughBlock()
1646 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1661 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1677 selectIntv(IntvIn); in splitLiveThroughBlock()
1697 selectIntv(IntvIn); in splitLiveThroughBlock()
1704 unsigned IntvIn, SlotIndex LeaveBefore) { in splitRegInBlock() argument
1710 << BI.LastInstr << ", reg-in " << IntvIn in splitRegInBlock()
1714 assert(IntvIn && "Must have register in"); in splitRegInBlock()
1725 selectIntv(IntvIn); in splitRegInBlock()
1745 selectIntv(IntvIn); in splitRegInBlock()
1751 selectIntv(IntvIn); in splitRegInBlock()
1776 selectIntv(IntvIn); in splitRegInBlock()
1791 selectIntv(IntvIn); in splitRegInBlock()