Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DMemoryAllocation.cpp153 class MemoryAllocationOpt class
154 : public fir::MemoryAllocationOptBase<MemoryAllocationOpt> {
156 MemoryAllocationOpt() { in MemoryAllocationOpt() function in __anon9f7c6ebc0211::MemoryAllocationOpt
162 MemoryAllocationOpt(bool dynOnHeap, std::size_t maxStackSize) { in MemoryAllocationOpt() function in __anon9f7c6ebc0211::MemoryAllocationOpt
214 return std::make_unique<MemoryAllocationOpt>(); in createMemoryAllocationPass()
219 return std::make_unique<MemoryAllocationOpt>(dynOnHeap, maxStackSize); in createMemoryAllocationPass()
/llvm-project-15.0.7/flang/test/Fir/
H A Dbasic-program.fir35 // PASSES-NEXT: MemoryAllocationOpt
/llvm-project-15.0.7/flang/include/flang/Optimizer/Transforms/
H A DPasses.td173 def MemoryAllocationOpt : Pass<"memory-allocation-opt", "mlir::func::FuncOp"> {