Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:NextI

1728     MachineBasicBlock::iterator NextI;
1729 for (auto I = B.begin(), E = B.end(); I != E; I = NextI) {
1731 NextI = std::next(I);