Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IndexQueue

516   SmallVector<unsigned, 16> IndexQueue;
544 IndexQueue.clear();
551 IndexQueue.push_back(j);
553 IndexQueue.push_back(j - 1);
555 for (auto &k : IndexQueue) {