Home | History | Annotate | Download | only in Mips

Lines Matching refs:MBB

399                                                        MBB) const {
401 const MachineBasicBlock *Pred = *MBB->pred_begin();
411 if (MBB->isLandingPad() || MBB->pred_empty())
415 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI;
418 if (PI2 != MBB->pred_end())
422 if (!Pred->isLayoutSuccessor(MBB))
1005 for (MachineFunction::iterator MBB = MF.begin(), E = MF.end();
1006 MBB != E; ++MBB) {
1007 if (MBB->hasAddressTaken())
1008 MBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN);