Searched refs:PrevSpill (Results 1 – 1 of 1) sorted by relevance
1385 MachineInstr *PrevSpill = SpillBBToSpill[Node]; in rmRedundantSpills() local1386 if (PrevSpill) { in rmRedundantSpills()1387 SlotIndex PIdx = LIS.getInstructionIndex(*PrevSpill); in rmRedundantSpills()1389 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()1390 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()