Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:MII

86     MachineBasicBlock::iterator MII = MBB->begin();
88 while (MII != MIE) {
89 MachineInstr *MI = MII;
96 BuildMI (*MBB, MII, MI->getDebugLoc(),
98 BuildMI (*MBB, MII, MI->getDebugLoc(),
102 MII = MBB->erase (MI);
120 BuildMI(*MBB, MII, MI->getDebugLoc(),
122 MII = MBB->erase (MI);
145 BuildMI(*MBB, MII, MI->getDebugLoc(),
147 BuildMI (*MBB, MII, MI->getDebugLoc(),
149 MII = MBB->erase (MI);
152 ++MII;