Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NextMI

1336     MachineInstr &NextMI = *NextMII;
1339 if (!TII->unfoldMemoryOperand(MF, &NextMI, VirtReg, false, false, NewMIs))
1343 VRM->transferRestorePts(&NextMI, NewMIs[0]);
1345 InvalidateKills(NextMI, TRI, RegKills, KillOps);
1346 EraseInstr(&NextMI);