Lines Matching refs:J
246 auto J = std::next(I); in FactorNodes() local
247 if (J == E) in FactorNodes()
251 auto K = J; in FactorNodes()
265 while (J != E && (*J)->isEqual(Optn)) in FactorNodes()
266 EqualMatchers.push_back(*J++); in FactorNodes()
272 while (J != E) { in FactorNodes()
273 Matcher *ScanMatcher = *J; in FactorNodes()
280 ++J; in FactorNodes()
288 *K++ = *J++; in FactorNodes()
301 *J = M2; in FactorNodes()
310 if (J != E && in FactorNodes()
312 std::next(J) != E) { in FactorNodes()
314 errs() << "into this:\n"; (*J)->print(errs(), 4); in FactorNodes()
315 (*std::next(J))->printOne(errs()); in FactorNodes()
316 if (std::next(J, 2) != E)(*std::next(J, 2))->printOne(errs()); in FactorNodes()
322 if (J != K) { in FactorNodes()
323 while (J != E) in FactorNodes()
324 *K++ = *J++; in FactorNodes()