Searched refs:CurrentSpill (Results 1 – 1 of 1) sorted by relevance
1409 for (auto *const CurrentSpill : Spills) { in rmRedundantSpills() local1410 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()1415 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()1416 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()1417 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()1421 SpillBBToSpill[MDT.getNode(Block)] = CurrentSpill; in rmRedundantSpills()