Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1317 MachineInstr *PrevSpill = SpillBBToSpill[Node]; in rmRedundantSpills() local
1318 if (PrevSpill) { in rmRedundantSpills()
1319 SlotIndex PIdx = LIS.getInstructionIndex(*PrevSpill); in rmRedundantSpills()
1321 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1322 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()