Searched refs:HasAllocas (Results 1 – 1 of 1) sorted by relevance
28 bool HasAllocas; variable49 : HasSpills(false), HasAllocas(false), HasStackArgs(false), in AVRMachineFunctionInfo()69 bool getHasAllocas() const { return HasAllocas; } in getHasAllocas()70 void setHasAllocas(bool B) { HasAllocas = B; } in setHasAllocas()