Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp501 Value blockStart = block->getArgument(1); in createAsyncDispatchFunction() local
506 SmallVector<Value> operands = {blockStart, blockEnd}; in createAsyncDispatchFunction()
563 SmallVector<Value> computeFuncOperands = {blockStart}; in createAsyncDispatchFunction()