Home
last modified time | relevance | path

Searched refs:CurrentSpill (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1297 for (auto *const CurrentSpill : Spills) { in rmRedundantSpills() local
1298 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()