Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:MBB

87     MachineBasicBlock* MBB = MBBb;
89 for (MachineBasicBlock::iterator MII = MBB->begin(); MII != MBB->end();
114 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc1),
118 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc2),
121 MII = MBB->erase(MI);
133 BuildMI(*MBB, MII, MI->getDebugLoc(),
138 BuildMI(*MBB, MII, MI->getDebugLoc(),
143 BuildMI(*MBB, MII, MI->getDebugLoc(),
149 MII = MBB->erase(MI);
159 BuildMI(*MBB, MII, MI->getDebugLoc(),
164 BuildMI(*MBB, MII, MI->getDebugLoc(),
173 BuildMI(*MBB, MII, MI->getDebugLoc(),
177 MII = MBB->erase(MI);
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);