|
MLIR 22.0.0git
|
#include "mlir/Interfaces/MemorySlotInterfaces.h"#include "mlir/Support/LLVM.h"#include "llvm/ADT/Statistic.h"Go to the source code of this file.
Classes | |
| struct | mlir::SROAStatistics |
| Statistics collected while applying SROA. More... | |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
Functions | |
| LogicalResult | mlir::tryToDestructureMemorySlots (ArrayRef< DestructurableAllocationOpInterface > allocators, OpBuilder &builder, const DataLayout &dataLayout, SROAStatistics statistics={}) |
| Attempts to destructure the slots of destructurable allocators. | |