Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DBufferViewFlowAnalysis.h59 void remove(const SetVector<Value> &aliasValues);
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferViewFlowAnalysis.cpp61 void BufferViewFlowAnalysis::remove(const SetVector<Value> &aliasValues) { in remove() argument
63 llvm::set_subtract(entry.second, aliasValues); in remove()