Home | History | Annotate | Download | only in Utils

Lines Matching full:indexes

3268     SmallVectorImpl<int> &Indexes = I->second;
3270 if (Indexes.size() < 2) continue;
3272 for (size_t I = 0, E = Indexes.size(); I != E; ++I)
3273 Phi->setIncomingValue(Indexes[I], SI->getCondition());