Lines Matching refs:Iter
1050 for (unsigned Iter = 1; Iter < Scale; ++Iter) {
1060 // Compare iteration Iter to the base.
1063 auto RootIt = nextInstr(Iter, Uses, Visited);
1080 RootIt = nextInstr(Iter, Uses, Visited);
1102 TryIt = nextInstr(Iter, Uses, Visited, &TryIt);
1126 if (LastRootIt->second.find_first() < (int)Iter)
1205 if (DRS.Roots[Iter-1] == (Instruction*) Op2) {
1241 Reductions.recordPair(BaseInst, RootInst, Iter);
1248 RootIt = nextInstr(Iter, Uses, Visited);
1345 int Iter = PossibleRedIter[J];
1346 if (Iter != PrevIter && Iter != PrevIter + 1 &&
1353 if (Iter != PrevIter) {
1366 if (Iter == 0)
1369 PrevIter = Iter;