Home | History | Annotate | Download | only in Hexagon

Lines Matching full:mii

82     for (MachineBasicBlock::iterator MII = MBB->begin(); MII != MBB->end();
83 ++MII) {
84 MachineInstr *MI = MII;
107 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc1),
111 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc2),
114 MII = MBB->erase(MI);
115 --MII;
126 BuildMI(*MBB, MII, MI->getDebugLoc(),
131 BuildMI(*MBB, MII, MI->getDebugLoc(),
136 BuildMI(*MBB, MII, MI->getDebugLoc(),
142 MII = MBB->erase(MI);
143 --MII;
152 BuildMI(*MBB, MII, MI->getDebugLoc(),
157 BuildMI(*MBB, MII, MI->getDebugLoc(),
166 BuildMI(*MBB, MII, MI->getDebugLoc(),
170 MII = MBB->erase(MI);
171 --MII;
182 BuildMI(*MBB, MII, MI->getDebugLoc(),
185 BuildMI(*MBB, MII, MI->getDebugLoc(),
189 BuildMI(*MBB, MII, MI->getDebugLoc(),
193 BuildMI(*MBB, MII, MI->getDebugLoc(),
198 MII = MBB->erase(MI);
199 --MII;