Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h341 uint64_t UnsafeStackSize = 0; variable
833 uint64_t getUnsafeStackSize() const { return UnsafeStackSize; } in getUnsafeStackSize()
834 void setUnsafeStackSize(uint64_t Size) { UnsafeStackSize = Size; } in setUnsafeStackSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp309 uint64_t UnsafeStackSize = MFI.getUnsafeStackSize(); in run() local
311 StackSize += UnsafeStackSize; in run()
329 if (UnsafeStackSize != 0) { in run()
331 UnsafeStackSize, in run()
332 static_cast<float>(UnsafeStackSize) / in run()