Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MII

760   MachineBasicBlock::iterator MII = MBB->begin();
766 definePhysReg(MII, *I, regReserved);
772 while (MII != MBB->end()) {
773 MachineInstr *MI = MII++;