Searched refs:StackSizeLimit (Results 1 – 2 of 2) sorted by relevance
269 void setStackSizeLimit(uint32_t Limit) { StackSizeLimit = Limit; } in setStackSizeLimit()270 uint32_t getStackSizeLimit() const { return StackSizeLimit; } in getStackSizeLimit()332 uint32_t StackSizeLimit = 1 * 1024 * 1024; // 1 MiB variable
845 if (Size > StackSizeLimit) { in sortAndCombineAllocas()870 if (CurrentOffset + Size > StackSizeLimit) { in sortAndCombineAllocas()