Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp222 auto allocationInterface = in prepare() local
226 if (!std::get<1>(entry) && !allocationInterface) { in prepare()
233 aliasToAllocations[alloc] = allocationInterface; in prepare()
240 aliasToAllocations[alias] = allocationInterface; in prepare()