14 #ifndef LLVM_AVR_MACHINE_FUNCTION_INFO_H
15 #define LLVM_AVR_MACHINE_FUNCTION_INFO_H
37 unsigned CalleeSavedFrameSize;
40 int VarArgsFrameIndex;
45 CalleeSavedFrameSize(0), VarArgsFrameIndex(0) {}
49 CalleeSavedFrameSize(0), VarArgsFrameIndex(0) {}
69 #endif // LLVM_AVR_MACHINE_FUNCTION_INFO_H
bool getHasSpills() const
MachineFunctionInfo - This class can be derived from and used by targets to hold private target-speci...
void setHasStackArgs(bool B)
bool getHasAllocas() const
bool getHasStackArgs() const
void setHasAllocas(bool B)
Function Alias Analysis false
static GCRegistry::Add< OcamlGC > B("ocaml","ocaml 3.10-compatible GC")
Contains AVR-specific information for each MachineFunction.
int getVarArgsFrameIndex() const
void setCalleeSavedFrameSize(unsigned Bytes)
AVRMachineFunctionInfo(MachineFunction &MF)
void setVarArgsFrameIndex(int Idx)
unsigned getCalleeSavedFrameSize() const
void setHasSpills(bool B)