Home | History | Annotate | Download | only in ARM

Lines Matching refs:NextMII

946   MachineBasicBlock::instr_iterator NextMII;
947 for (; MII != E; MII = NextMII) {
948 NextMII = llvm::next(MII);
960 // Does NextMII belong to the same bundle as MI?
961 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred();
965 MachineBasicBlock::instr_iterator I = prior(NextMII);
969 if (NextInSameBundle && !NextMII->isBundledWithPred())
970 NextMII->bundleWithPred();