Home
last modified time | relevance | path

Searched defs:BufferAllocationHoistingStateBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferOptimizations.cpp104 struct BufferAllocationHoistingStateBase { struct
106 DominanceInfo *dominators;
109 Value allocValue;
112 Block *placementBlock;
115 BufferAllocationHoistingStateBase(DominanceInfo *dominators, Value allocValue, in BufferAllocationHoistingStateBase() argument