Home | History | Annotate | Download | only in ARM

Lines Matching refs:NextMII

941   MachineBasicBlock::instr_iterator NextMII;
942 for (; MII != E; MII = NextMII) {
943 NextMII = std::next(MII);
955 // Does NextMII belong to the same bundle as MI?
956 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred();
960 MachineBasicBlock::instr_iterator I = std::prev(NextMII);
964 if (NextInSameBundle && !NextMII->isBundledWithPred())
965 NextMII->bundleWithPred();