Searched refs:CachedEStackSize (Results 1 – 6 of 6) 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()
19 if (CachedEStackSize == -1) { in isLargeFrame()20 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()31 return CachedEStackSize > 0xf000; in isLargeFrame()
37 mutable int CachedEStackSize = -1; variable
26 if (CachedEStackSize == -1) { in isLargeFrame()27 CachedEStackSize = MF.getFrameInfo().estimateStackSize(MF); in isLargeFrame()38 return CachedEStackSize > 0xf000; in isLargeFrame()