Lines Matching defs:NextI
854 MachineBasicBlock::iterator NextI = next_nodbg(I, E);
855 // If NextI is the second of the two instructions to be merged, we need
859 if (NextI == MergeMI)
860 NextI = next_nodbg(NextI, E);
926 return NextI;
971 MachineBasicBlock::iterator NextI = next_nodbg(I, E);
972 // If NextI is the second of the two instructions to be merged, we need
976 if (NextI == Paired)
977 NextI = next_nodbg(NextI, E);
1244 return NextI;
1250 MachineBasicBlock::iterator NextI =
1280 return NextI;
1294 return NextI;
1375 return NextI;
2107 MachineBasicBlock::iterator NextI = next_nodbg(I, E);
2135 if (NextI == Update)
2136 NextI = next_nodbg(NextI, E);
2191 return NextI;
2201 MachineBasicBlock::iterator NextI = next_nodbg(I, E);
2248 return NextI;
2701 if (auto NextI = mergeUpdateInsn(MBBI, Update, /*IsForward=*/false,
2704 MBBI = *NextI;
2722 if (auto NextI = mergeUpdateInsn(MBBI, Update, /*IsForward=*/true,
2724 MBBI = *NextI;
2743 if (auto NextI = mergeUpdateInsn(MBBI, Update, /*IsForward=*/false,
2746 MBBI = *NextI;