Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1625 for (auto *const RMEnt : SpillsToRm) { in hoistAllSpills() local
1626 RMEnt->setDesc(TII.get(TargetOpcode::KILL)); in hoistAllSpills()
1627 for (unsigned i = RMEnt->getNumOperands(); i; --i) { in hoistAllSpills()
1628 MachineOperand &MO = RMEnt->getOperand(i - 1); in hoistAllSpills()
1630 RMEnt->removeOperand(i - 1); in hoistAllSpills()