Lines Matching defs:IntvIn
1634 unsigned IntvIn, SlotIndex LeaveBefore,
1641 << ", live-through " << IntvIn << " -> " << IntvOut);
1643 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1646 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf");
1658 selectIntv(IntvIn);
1665 if (!IntvIn) {
1679 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1694 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1710 selectIntv(IntvIn);
1730 selectIntv(IntvIn);
1737 unsigned IntvIn, SlotIndex LeaveBefore) {
1743 << BI.LastInstr << ", reg-in " << IntvIn
1747 assert(IntvIn && "Must have register in");
1756 // ========= Use IntvIn everywhere.
1758 selectIntv(IntvIn);
1769 // =========____ Leave IntvIn after last use.
1773 // ============ Copy to stack after LSP, overlap IntvIn.
1778 selectIntv(IntvIn);
1784 selectIntv(IntvIn);
1793 // The interference is overlapping somewhere we wanted to use IntvIn. That
1804 // =====----____ Leave IntvIn before interference, then spill.
1809 selectIntv(IntvIn);
1824 selectIntv(IntvIn);