Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:MII

79     MachineBasicBlock::iterator MII = MBB->begin();
81 while (MII != MIE) {
82 MachineInstr *MI = MII;
88 BuildMI (*MBB, MII, MI->getDebugLoc(),
90 BuildMI (*MBB, MII, MI->getDebugLoc(),
94 MII = MBB->erase (MI);
101 BuildMI (*MBB, MII, MI->getDebugLoc(),
103 BuildMI (*MBB, MII, MI->getDebugLoc(),
107 MII = MBB->erase (MI);
114 BuildMI (*MBB, MII, MI->getDebugLoc(),
116 BuildMI (*MBB, MII, MI->getDebugLoc(),
120 MII = MBB->erase (MI);
127 BuildMI (*MBB, MII, MI->getDebugLoc(),
129 BuildMI (*MBB, MII, MI->getDebugLoc(),
131 MII = MBB->erase (MI);
146 BuildMI (*MBB, MII, MI->getDebugLoc(),
149 BuildMI (*MBB, MII, MI->getDebugLoc(),
152 BuildMI (*MBB, MII, MI->getDebugLoc(),
155 BuildMI (*MBB, MII, MI->getDebugLoc(),
157 MII = MBB->erase (MI);
160 ++MII;