Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h128 SmallVector<size_t, 0> PreallocatedStackSizes; variable
239 PreallocatedStackSizes.push_back(0); in getPreallocatedIdForCallSite()
246 PreallocatedStackSizes[Id] = StackSize; in setPreallocatedStackSize()
250 assert(PreallocatedStackSizes[Id] != 0 && "stack size not set"); in getPreallocatedStackSize()
251 return PreallocatedStackSizes[Id]; in getPreallocatedStackSize()