Home | History | Annotate | Download | only in AArch64

Lines Matching defs:NextI

575   MachineBasicBlock::iterator NextI = I;
576 ++NextI;
577 // If NextI is the second of the two instructions to be merged, we need
581 if (NextI == Paired)
582 ++NextI;
714 return NextI;
800 return NextI;
1049 MachineBasicBlock::iterator NextI = I;
1053 if (++NextI == Update)
1054 ++NextI;
1100 return NextI;