FLANG
fir::StackArraysAnalysisWrapper Class Reference

#include <Optimizer/Transforms/StackArrays.h>

Public Types

using AllocMemMap = llvm::DenseMap<mlir::Operation *, InsertionPoint>

Public Member Functions

 StackArraysAnalysisWrapper (mlir::Operation *op)
const AllocMemMap * getCandidateOps (mlir::Operation *func)

Detailed Description

Drives analysis to find candidate fir.allocmem operations which could be moved to the stack. Intended to be used with mlir::Pass::getAnalysis


The documentation for this class was generated from the following files: