Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1692 for (auto *const RMEnt : SpillsToRm) { in hoistAllSpills() local
1693 RMEnt->setDesc(TII.get(TargetOpcode::KILL)); in hoistAllSpills()
1694 for (unsigned i = RMEnt->getNumOperands(); i; --i) { in hoistAllSpills()
1695 MachineOperand &MO = RMEnt->getOperand(i - 1); in hoistAllSpills()
1697 RMEnt->removeOperand(i - 1); in hoistAllSpills()