Home | History | Annotate | Download | only in AArch64

Lines Matching defs:NextI

634   MachineBasicBlock::iterator NextI = I;
635 ++NextI;
636 // If NextI is the second of the two instructions to be merged, we need
640 if (NextI == MergeMI)
641 ++NextI;
767 return NextI;
792 return NextI;
799 MachineBasicBlock::iterator NextI = I;
800 ++NextI;
801 // If NextI is the second of the two instructions to be merged, we need
805 if (NextI == Paired)
806 ++NextI;
924 return NextI;
930 MachineBasicBlock::iterator NextI = LoadI;
931 ++NextI;
952 return NextI;
965 return NextI;
1026 return NextI;
1364 MachineBasicBlock::iterator NextI = I;
1368 if (++NextI == Update)
1369 ++NextI;
1417 return NextI;