Searched refs:maxAllocSizeInBytes (Results 1 – 3 of 3) sorted by relevance
390 PromoteBuffersToStackPass(unsigned maxAllocSizeInBytes, in PromoteBuffersToStackPass() argument392 this->maxAllocSizeInBytes = maxAllocSizeInBytes; in PromoteBuffersToStackPass()402 return defaultIsSmallAlloc(alloc, maxAllocSizeInBytes, in initialize()430 unsigned maxAllocSizeInBytes, unsigned maxRankOfAllocatedMemRef) { in createPromoteBuffersToStackPass() argument431 return std::make_unique<PromoteBuffersToStackPass>(maxAllocSizeInBytes, in createPromoteBuffersToStackPass()
66 createPromoteBuffersToStackPass(unsigned maxAllocSizeInBytes = 1024,
318 Option<"maxAllocSizeInBytes", "max-alloc-size-in-bytes", "unsigned",