Home | History | Annotate | Download | only in ARM

Lines Matching refs:NextMII

855   MachineBasicBlock::instr_iterator NextMII;
856 for (; MII != E; MII = NextMII) {
857 NextMII = llvm::next(MII);
875 MachineBasicBlock::instr_iterator I = prior(NextMII);
885 MachineBasicBlock::instr_iterator I = prior(NextMII);
894 MachineBasicBlock::instr_iterator I = prior(NextMII);
900 if (NextMII != E && MI->isInsideBundle() && !NextMII->isInsideBundle()) {