Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MII

736   MachineBasicBlock::iterator MII;
738 MII = MBB->SkipPHIsAndLabels(MBB->begin());
742 MII = DefMI;
743 ++MII;
746 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot,
748 --MII; // Point to store instruction.
749 LIS.InsertMachineInstrInMaps(MII);
750 DEBUG(dbgs() << "\thoisted: " << SVI.SpillVNI->def << '\t' << *MII);
1155 for (MachineBasicBlock::iterator MII = MIS.begin(), End = MIS.end();
1156 MII != End; ++MII)
1157 if (&*MII != FoldMI)
1158 LIS.InsertMachineInstrInMaps(&*MII);