Lines Matching defs:lj
1302 const LatPointId lj = env.set(lts)[j];
1303 const ExprId ej = env.lat(lj).exp;
1306 env.genLoopBoundary([&, curr, j, li, lj](MutableArrayRef<Value> reduc) {
1307 genCoIterationCase(env, rewriter, /*caseIdx*/ j, li, lj, reduc);
1335 // We cannot change this to `for (const LatPointId lj : env.set(lts))`
1339 const LatPointId lj = env.set(lts)[j];
1340 const ExprId ej = env.lat(lj).exp;
1341 if (li == lj || env.merger().latGT(li, lj)) {
1344 scf::IfOp ifOp = genIf(env, rewriter, curr, lj);