Home | History | Annotate | Download | only in ARM

Lines Matching refs:MBB

48     bool InsertITInstructions(MachineBasicBlock &MBB);
175 bool Thumb2ITBlockPass::InsertITInstructions(MachineBasicBlock &MBB) {
180 MachineBasicBlock::iterator MBBI = MBB.begin(), E = MBB.end();
196 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII->get(ARM::t2IT))
236 MBB.remove(NMI);
237 MBB.insert(InsertPos, NMI);
259 finalizeBundle(MBB, InsertPos.getInstrIterator(),
284 MachineBasicBlock &MBB = *MFI;
286 Modified |= InsertITInstructions(MBB);