Searched refs:PreallocatedStackSizes (Results 1 – 1 of 1) sorted by relevance
119 SmallVector<size_t, 0> PreallocatedStackSizes; variable218 PreallocatedStackSizes.push_back(0); in getPreallocatedIdForCallSite()225 PreallocatedStackSizes[Id] = StackSize; in setPreallocatedStackSize()229 assert(PreallocatedStackSizes[Id] != 0 && "stack size not set"); in getPreallocatedStackSize()230 return PreallocatedStackSizes[Id]; in getPreallocatedStackSize()