Lines Matching defs:IntvOut
1635 unsigned IntvOut, SlotIndex EnterAfter){
1641 << ", live-through " << IntvIn << " -> " << IntvOut);
1643 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1651 if (!IntvOut) {
1672 selectIntv(IntvOut);
1679 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1685 selectIntv(IntvOut);
1692 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf");
1694 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1702 selectIntv(IntvOut);
1725 selectIntv(IntvOut);
1830 unsigned IntvOut, SlotIndex EnterAfter) {
1836 << BI.LastInstr << ", reg-out " << IntvOut
1842 assert(IntvOut && "Must have register out");
1851 // ========= Use IntvOut everywhere.
1853 selectIntv(IntvOut);
1863 // ____========= Enter IntvOut before first use.
1865 selectIntv(IntvOut);
1872 // The interference is overlapping somewhere we wanted to use IntvOut. That
1881 selectIntv(IntvOut);