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