Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:MII

89     for (MachineBasicBlock::iterator MII = MBB->begin(); MII != MBB->end();
90 ++MII) {
91 MachineInstr *MI = MII;
114 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc1),
118 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc2),
121 MII = MBB->erase(MI);
122 --MII;
133 BuildMI(*MBB, MII, MI->getDebugLoc(),
138 BuildMI(*MBB, MII, MI->getDebugLoc(),
143 BuildMI(*MBB, MII, MI->getDebugLoc(),
149 MII = MBB->erase(MI);
150 --MII;
159 BuildMI(*MBB, MII, MI->getDebugLoc(),
164 BuildMI(*MBB, MII, MI->getDebugLoc(),
173 BuildMI(*MBB, MII, MI->getDebugLoc(),
177 MII = MBB->erase(MI);
178 --MII;
189 BuildMI(*MBB, MII, MI->getDebugLoc(),
192 BuildMI(*MBB, MII, MI->getDebugLoc(),
196 BuildMI(*MBB, MII, MI->getDebugLoc(),
200 BuildMI(*MBB, MII, MI->getDebugLoc(),
205 MII = MBB->erase(MI);
206 --MII;