Home
last modified time | relevance | path

Searched refs:HasAllocas (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/AVR/
DAVRMachineFunctionInfo.h29 bool HasAllocas; variable
44 : HasSpills(false), HasAllocas(false), HasStackArgs(false), in AVRMachineFunctionInfo()
48 : HasSpills(false), HasAllocas(false), HasStackArgs(false), in AVRMachineFunctionInfo()
54 bool getHasAllocas() const { return HasAllocas; } in getHasAllocas()
55 void setHasAllocas(bool B) { HasAllocas = B; } in setHasAllocas()