Lines Matching defs:NextI
745 MachineBasicBlock::iterator NextI = next_nodbg(I, E);
746 // If NextI is the second of the two instructions to be merged, we need
750 if (NextI == MergeMI)
751 NextI = next_nodbg(NextI, E);
817 return NextI;
862 MachineBasicBlock::iterator NextI = next_nodbg(I, E);
863 // If NextI is the second of the two instructions to be merged, we need
867 if (NextI == Paired)
868 NextI = next_nodbg(NextI, E);
1135 return NextI;
1141 MachineBasicBlock::iterator NextI =
1171 return NextI;
1185 return NextI;
1255 return NextI;
1982 MachineBasicBlock::iterator NextI = next_nodbg(I, E);
1992 if (NextI == Update)
1993 NextI = next_nodbg(NextI, E);
2050 return NextI;