Home | History | Annotate | Download | only in Hexagon

Lines Matching full:mbb

471     MachineBasicBlock *MBB = IV_Phi->getOperand(i+1).getMBB();
472 if (MBB == Preheader)
474 else if (MBB == Latch)
876 MachineBasicBlock *MBB = Blocks[i];
878 MII = MBB->begin(), E = MBB->end(); MII != E; ++MII) {