Home | History | Annotate | Download | only in AArch64

Lines Matching refs:NextI

273   MachineBasicBlock::iterator NextI = I;
274 ++NextI;
275 // If NextI is the second of the two instructions to be merged, we need
279 if (NextI == Paired)
280 ++NextI;
334 return NextI;
525 MachineBasicBlock::iterator NextI = I;
529 if (++NextI == Update)
530 ++NextI;
560 return NextI;
568 MachineBasicBlock::iterator NextI = I;
572 if (++NextI == Update)
573 ++NextI;
603 return NextI;