Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp20 if (CachedEStackSize == -1) { in isLargeFrame()
21 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()
32 return CachedEStackSize > 0xf000; in isLargeFrame()
H A DXCoreMachineFunctionInfo.h38 mutable int CachedEStackSize = -1; variable