Searched refs:CurrentSpill (Results 1 – 1 of 1) sorted by relevance
1382 for (auto *const CurrentSpill : Spills) { in rmRedundantSpills() local1383 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()1388 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()1389 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()1390 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()1394 SpillBBToSpill[MDT.getNode(Block)] = CurrentSpill; in rmRedundantSpills()