Searched refs:CurrentSpill (Results 1 – 1 of 1) sorted by relevance
1297 for (auto *const CurrentSpill : Spills) { in rmRedundantSpills() local1298 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()1303 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()1304 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()1305 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()1309 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()