Searched defs:BufferAllocationHoistingStateBase (Results 1 – 1 of 1) sorted by relevance
157 struct BufferAllocationHoistingStateBase { struct159 DominanceInfo *dominators;162 Value allocValue;165 Block *placementBlock;168 BufferAllocationHoistingStateBase(DominanceInfo *dominators, Value allocValue, in BufferAllocationHoistingStateBase() function