Searched refs:maxStackSize (Results 1 – 2 of 2) sorted by relevance
162 MemoryAllocationOpt(bool dynOnHeap, std::size_t maxStackSize) { in MemoryAllocationOpt() argument164 options = {dynOnHeap, maxStackSize}; in MemoryAllocationOpt()218 fir::createMemoryAllocationPass(bool dynOnHeap, std::size_t maxStackSize) { in createMemoryAllocationPass() argument219 return std::make_unique<MemoryAllocationOpt>(dynOnHeap, maxStackSize); in createMemoryAllocationPass()
39 createMemoryAllocationPass(bool dynOnHeap, std::size_t maxStackSize);