Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp26 if (CachedEStackSize == -1) { in isLargeFrame()
27 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
38 return CachedEStackSize > 0xf000; in isLargeFrame()
H A DXCoreMachineFunctionInfo.h37 mutable int CachedEStackSize = -1; variable