Home | History | Annotate | Download | only in ARM

Lines Matching refs:MBB

48     bool InsertITInstructions(MachineBasicBlock &MBB);
162 bool Thumb2ITBlockPass::InsertITInstructions(MachineBasicBlock &MBB) {
167 MachineBasicBlock::iterator MBBI = MBB.begin(), E = MBB.end();
183 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII->get(ARM::t2IT))
223 MBB.remove(NMI);
224 MBB.insert(InsertPos, NMI);
246 finalizeBundle(MBB, InsertPos.getInstrIterator(), std::next(LI));
267 MachineBasicBlock &MBB = *MFI;
269 Modified |= InsertITInstructions(MBB);