OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxCallFrameSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
190
///
MaxCallFrameSize
- This contains the size of the largest call frame if the
196
unsigned
MaxCallFrameSize
;
238
MaxCallFrameSize
= 0;
459
unsigned getMaxCallFrameSize() const { return
MaxCallFrameSize
; }
460
void setMaxCallFrameSize(unsigned S) {
MaxCallFrameSize
= S; }
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
82
// Calculate the
MaxCallFrameSize
and AdjustsStack variables for the
119
// and
MaxCallFrameSize
variables.
150
/// calculateCallsInformation - Calculate the
MaxCallFrameSize
and AdjustsStack
158
unsigned
MaxCallFrameSize
= 0;
178
if (Size >
MaxCallFrameSize
)
MaxCallFrameSize
= Size;
189
MFI->setMaxCallFrameSize(
MaxCallFrameSize
);
[
all
...]
Completed in 41 milliseconds