Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferResultsToOutParams.cpp119 SmallVector<Value, 6> replaceWithOutParams; in updateCalls() local
122 replaceWithOutParams.push_back(result); in updateCalls()
128 for (Value memref : replaceWithOutParams) { in updateCalls()