Lines Matching refs:MII
315 MachineBasicBlock::iterator MII = MI; in ExpandFPMLxInstruction()
316 MII = std::prev(MII); in ExpandFPMLxInstruction()
317 MachineInstr &MI2 = *MII; in ExpandFPMLxInstruction()
318 MII = std::prev(MII); in ExpandFPMLxInstruction()
319 MachineInstr &MI1 = *MII; in ExpandFPMLxInstruction()
335 MachineBasicBlock::reverse_iterator MII = MBB.rbegin(), E = MBB.rend(); in ExpandFPMLxInstructions() local
336 while (MII != E) { in ExpandFPMLxInstructions()
337 MachineInstr *MI = &*MII; in ExpandFPMLxInstructions()
340 ++MII; in ExpandFPMLxInstructions()
348 ++MII; in ExpandFPMLxInstructions()
374 ++MII; in ExpandFPMLxInstructions()