Home
last modified time | relevance | path

Searched refs:currentLevel (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1502 getMatchedAffineLoopsRec(NestedMatch match, unsigned currentLevel, in getMatchedAffineLoopsRec() argument
1505 assert(currentLevel <= loops.size() && "Unexpected currentLevel"); in getMatchedAffineLoopsRec()
1506 if (currentLevel == loops.size()) in getMatchedAffineLoopsRec()
1510 loops[currentLevel].push_back(cast<AffineForOp>(match.getMatchedOperation())); in getMatchedAffineLoopsRec()
1512 getMatchedAffineLoopsRec(childMatch, currentLevel + 1, loops); in getMatchedAffineLoopsRec()