Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp798 int64_t innerIterations = numIterations[i + 1]; in matchAndRewrite() local
799 numIterations[i] = tripCount * innerIterations; in matchAndRewrite()
802 if (innerIterations > 0 && innerIterations <= maxUnrollableIterations) in matchAndRewrite()