Searched refs:RMEnt (Results 1 – 1 of 1) sorted by relevance
1692 for (auto *const RMEnt : SpillsToRm) { in hoistAllSpills() local1693 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()