Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp349 SmallVector<Value> computeBlockInductionVars(op.getNumLoops()); in createParallelComputeFunction() local
379 computeBlockInductionVars[loopIdx] = b.create<arith::AddIOp>( in createParallelComputeFunction()
424 mapping.map(op.getInductionVars(), computeBlockInductionVars); in createParallelComputeFunction()