Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferViewFlowAnalysis.cpp265 SmallPtrSet<Value, 16> terminal1, terminal2; in isSameAllocation() local
291 gatherTerminalBuffers(origin2, terminal2, allAllocs2, in isSameAllocation()
296 if (llvm::hasSingleElement(terminal1) && llvm::hasSingleElement(terminal2) && in isSameAllocation()
297 *terminal1.begin() == *terminal2.begin()) in isSameAllocation()
305 distinctTerminalSets &= !terminal2.contains(v); in isSameAllocation()