Searched refs:CachedEStackSize (Results 1 – 4 of 4) sorted by relevance
19 if (CachedEStackSize == -1) { in isLargeFrame()20 CachedEStackSize = MF.getFrameInfo()->estimateStackSize(MF); in isLargeFrame()31 return CachedEStackSize > 0xf000; in isLargeFrame()
39 mutable int CachedEStackSize; variable50 CachedEStackSize(-1) {} in XCoreFunctionInfo()58 CachedEStackSize(-1) {} in XCoreFunctionInfo()
20 if (CachedEStackSize == -1) { in isLargeFrame()21 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()32 return CachedEStackSize > 0xf000; in isLargeFrame()
38 mutable int CachedEStackSize = -1; variable