Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp771 ParallelComputeFunctionBounds staticBounds = { in matchAndRewrite() local
794 numIterations.back() = getInt(staticBounds.tripCounts.back()); in matchAndRewrite()
797 int64_t tripCount = getInt(staticBounds.tripCounts[i]); in matchAndRewrite()
875 createParallelComputeFunction(op, staticBounds, 0, rewriter); in matchAndRewrite()
885 op, staticBounds, numUnrollableLoops, rewriter); in matchAndRewrite()