Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp19 if (CachedEStackSize == -1) { in isLargeFrame()
20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
31 return CachedEStackSize > 0xf000; in isLargeFrame()
H A DXCoreMachineFunctionInfo.h37 mutable int CachedEStackSize = -1; variable