Home
last modified time | relevance | path

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

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