OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CachedEStackSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp
19
if (
CachedEStackSize
== -1) {
20
CachedEStackSize
= MF.getFrameInfo()->estimateStackSize(MF);
31
return
CachedEStackSize
> 0xf000;
XCoreMachineFunctionInfo.h
39
mutable int
CachedEStackSize
;
50
CachedEStackSize
(-1) {}
58
CachedEStackSize
(-1) {}
Completed in 510 milliseconds