Searched refs:CurrentSpill (Results 1 – 1 of 1) sorted by relevance
1281 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local1282 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()1287 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()1288 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()1289 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()1293 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()