Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1066 auto cleanupIterOperands = cleanupForOp.getIterOperands(); in generateCleanupLoopForUnroll() local
1068 for (auto e : llvm::zip(results, cleanupResults, cleanupIterOperands)) { in generateCleanupLoopForUnroll()