Searched refs:CachedEStackSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp19 if (CachedEStackSize == -1) {
20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF);
31 return CachedEStackSize > 0xf000;
H A DXCoreMachineFunctionInfo.h37 mutable int CachedEStackSize = -1; member in class:llvm::XCoreFunctionInfo

Completed in 99 milliseconds