Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1314 for (auto *const CurrentSpill : Spills) { in rmRedundantSpills() local
1315 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()