Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MII

996     // OldIdx may not correspond to an instruction any longer, so set MII to
998 MachineBasicBlock::iterator MII = MBB->end();
1002 MII = MI;
1005 while (MII != Begin) {
1006 if ((--MII)->isDebugValue())
1008 SlotIndex Idx = Indexes->getInstructionIndex(MII);
1014 // Check if MII uses Reg.
1015 for (MIBundleOperands MO(MII); MO.isValid(); ++MO)