Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NextI

296     range_iterator NextI = I;
297 while (++NextI != E && End >= NextI->Start) {
299 I->TheStores.append(NextI->TheStores.begin(), NextI->TheStores.end());
300 if (NextI->End > I->End)
301 I->End = NextI->End;
302 Ranges.erase(NextI);
303 NextI = I;