Lines Matching full:mii
715 MachineBasicBlock::iterator MII;
717 MII = MBB->SkipPHIsAndLabels(MBB->begin());
721 MII = DefMI;
722 ++MII;
725 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot,
727 --MII; // Point to store instruction.
728 LIS.InsertMachineInstrInMaps(MII);
729 DEBUG(dbgs() << "\thoisted: " << SVI.SpillVNI->def << '\t' << *MII);