Searched refs:HasAllocas (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRMachineFunctionInfo.h | 29 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()
|
/external/llvm/lib/Target/AVR/ |
D | AVRMachineFunctionInfo.h | 29 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()
|