Searched refs:MemoryAllocationOpt (Results 1 – 3 of 3) sorted by relevance
153 class MemoryAllocationOpt class154 : public fir::MemoryAllocationOptBase<MemoryAllocationOpt> {156 MemoryAllocationOpt() { in MemoryAllocationOpt() function in __anon9f7c6ebc0211::MemoryAllocationOpt162 MemoryAllocationOpt(bool dynOnHeap, std::size_t maxStackSize) { in MemoryAllocationOpt() function in __anon9f7c6ebc0211::MemoryAllocationOpt214 return std::make_unique<MemoryAllocationOpt>(); in createMemoryAllocationPass()219 return std::make_unique<MemoryAllocationOpt>(dynOnHeap, maxStackSize); in createMemoryAllocationPass()
35 // PASSES-NEXT: MemoryAllocationOpt
173 def MemoryAllocationOpt : Pass<"memory-allocation-opt", "mlir::func::FuncOp"> {