Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp244 SmallVector<Value> capturesVector(captures.begin(), captures.end()); in getParallelComputeFunctionType() local
245 return {rewriter.getFunctionType(inputs, TypeRange()), capturesVector}; in getParallelComputeFunctionType()