Home
last modified time | relevance | path

Searched refs:maxStackSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DMemoryAllocation.cpp162 MemoryAllocationOpt(bool dynOnHeap, std::size_t maxStackSize) { in MemoryAllocationOpt() argument
164 options = {dynOnHeap, maxStackSize}; in MemoryAllocationOpt()
218 fir::createMemoryAllocationPass(bool dynOnHeap, std::size_t maxStackSize) { in createMemoryAllocationPass() argument
219 return std::make_unique<MemoryAllocationOpt>(dynOnHeap, maxStackSize); in createMemoryAllocationPass()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Transforms/
H A DPasses.h39 createMemoryAllocationPass(bool dynOnHeap, std::size_t maxStackSize);