Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferOptimizations.cpp171 Operation *allocOperation = allocValue.getDefiningOp(); in hoist() local
172 allocOperation->moveBefore(startOperation); in hoist()