Searched refs:CurrentSpill (Results 1 – 1 of 1) sorted by relevance
1314 for (auto *const CurrentSpill : Spills) { in rmRedundantSpills() local1315 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()1320 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()1321 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()1322 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()1326 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()